Merge branch 'master' of git.picaiba.com:CaiXiang/cigs4 into yanyang

This commit is contained in:
2023-03-23 16:48:37 +08:00
3 changed files with 2 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
</select>
<select id="getIdAndPidList" resultType="com.cnbm.admin.entity.SysDeptEntity">
select t1.id, t1.pid from sys_dept t1 AND t1.valid = 1
select t1.id, t1.pid from sys_dept t1 where t1.valid = 1
</select>
<select id="getSubDeptIdList" resultType="long">