guns-management/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/UserMapper.xml
@@ -84,13 +84,12 @@ LEFT JOIN sys_role sr ON us.roleid = sr.id LEFT JOIN sys_dept sd on us.deptid = sd.id <where> us.version = #{version} and us.status != 3 us.status != 3 <if test="null != account and '' != account"> and us.account like CONCAT('%', #{account}, '%') </if> </where> limit #{index},#{size} </select> </mapper>