融合代码 提交本地

This commit is contained in:
zhangshilin
2018-03-28 13:05:56 +08:00
parent 7f1cbee49b
commit 6e533fca41
10 changed files with 79 additions and 26 deletions

View File

@@ -300,7 +300,7 @@
<select id="getDictByParentId" resultMap="dictResultMap">
select *
from service_dict_info s where parent_id = #{parentId}
from service_dict_info s where parent_id = #{parentId} and is_valid = 1
</select>

View File

@@ -313,7 +313,7 @@
<select id="getDictByParentId" resultMap="dictResultMap">
select *
from sys_dict_info s where parent_id = #{parentId}
from sys_dict_info s where parent_id = #{parentId} and is_valid = 1
</select>
<!-- 查询最大itemCode值 -->