This commit is contained in:
caixiang
2023-03-22 14:12:37 +08:00
parent 2b3c4b5f03
commit 7789d2b1ab
2 changed files with 2 additions and 2 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">