system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -227,6 +227,6 @@ </delete> <select id="getByDept" resultMap="SysUserResult"> select * from sys_user where dept_id = #{deptId} select * from sys_user where dept_id = #{deptId} and del_flag = '0' </select> </mapper>