|
|
@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="checkDeptExistUser" parameterType="Long" resultType="int">
|
|
|
|
<select id="checkDeptExistUser" parameterType="Long" resultType="int">
|
|
|
|
select count(*) from sys_user where dept_id = #{deptId}
|
|
|
|
select count(*) from sys_user where dept_id = #{deptId} and del_flag = '0'
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectDeptCount" parameterType="Dept" resultType="int">
|
|
|
|
<select id="selectDeptCount" parameterType="Dept" resultType="int">
|
|
|
|