RuoYi
2020-08-26 215952da7a3b78d02d5ec83f1f69974f43dab813
src/main/resources/mybatis/system/SysDeptMapper.xml
@@ -64,7 +64,7 @@
   
   <select id="hasChildByDeptId" parameterType="Long" resultType="int">
      select count(1) from sys_dept
      where del_flag = '0' and parent_id = #{deptId}
      where del_flag = '0' and parent_id = #{deptId} limit 1
   </select>
   
   <select id="selectChildrenDeptById" parameterType="Long" resultMap="SysDeptResult">