system/src/main/resources/mapper/system/SysUserMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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>