Commit 7f149901 authored by 耿迪迪's avatar 耿迪迪

用户禁用显示问题 gengdidi

parent 3cf9be9e
......@@ -93,7 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectInspectorList" resultMap="SysUserResult">
<include refid="selectUserVo"/>
where u.del_flag = '0' and r.role_key = 'inspector'
where u.del_flag = '0' and r.role_key = 'inspector' and u.status = '0'
</select>
<select id="checkUserNameUnique" parameterType="String" resultType="int">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment