zhuo
2025-02-13 49e1f1a0f998570fa453c827132c7f69e13b9da9
ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -66,7 +66,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 user where dept_id = #{deptId} and del_flag = '0'
   </select>
   
   <select id="hasChildByDeptId" parameterType="Long" resultType="int">