Merge branch 'master' of git.picaiba.com:CaiXiang/cigs4 into yanyang
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user