src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -36,6 +36,7 @@ <result column="address" property="address"/> <result column="registered" property="registered"/> <result column="rtime" property="rtime"/> <result column="hold" property="hold"/> </resultMap> <select id="selectUserPage" resultMap="userResultMap"> @@ -62,6 +63,9 @@ <if test="user.status!=null and user.status != ''"> and status = #{user.status} </if> <if test="user.hold!=null and user.hold != ''"> and hold = #{user.hold} </if> <if test="deptIdList!=null and deptIdList.size>0"> and id in ( SELECT