liyong
116 分钟以前 ba4af275c3b8d073f863be7b12e43974b3ef14a2
src/main/resources/mapper/system/SysDeptMapper.xml
@@ -67,7 +67,7 @@
   </select>
    
    <select id="checkDeptExistUser" parameterType="Long" resultType="int">
      select count(1) from sys_user where dept_id = #{deptId} and del_flag = '0'
      select count(1) from sys_user_dept where dept_id = #{deptId}
   </select>
   
   <select id="hasChildByDeptId" parameterType="Long" resultType="int">