xiangpei
2025-02-25 a83501399e09436060d2c7e97adccc77e260ee09
部门查人bug
1个文件已修改
2 ■■■ 已修改文件
system/src/main/resources/mapper/system/SysUserMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>