xiangpei
2025-02-26 a22c582a4867ee5a3f27e89da7d20fa52008b32c
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>