融合代码 提交本地
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
@@ -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值 -->
|
||||
|
||||
Reference in New Issue
Block a user