Commit ea4aff38 by zhiwj

修改bug

parent 47d9a833
...@@ -234,6 +234,6 @@ ...@@ -234,6 +234,6 @@
<select id="getIndexDescByIndexCode" resultMap="BaseResultMap"> <select id="getIndexDescByIndexCode" resultMap="BaseResultMap">
select select
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from tab_index_desc where status = 1 and module_id = #{moduleId} and index_code = #{indexCode} and index_group_name = #{indexGroupName} from tab_index_desc where status = 1 and module_id = #{moduleId} and index_code = #{indexCode} and index_group_name = #{indexGroupName} limit 1
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment