소스 검색

过滤条件

tags/正式版本
王宁 2 년 전
부모
커밋
9e2f4ab00c
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      suser/src/main/resources/mapper/system/UserMapper.xml

+ 1
- 3
suser/src/main/resources/mapper/system/UserMapper.xml 파일 보기

@@ -296,9 +296,7 @@
296 296
         select u.userid,u.username,u.loginname,u.examno,u.usersex,u.usertype,u.userstate,u.schoolid
297 297
         from t_user u where
298 298
         <foreach collection="examnos" item="examno" separator="or">
299
-            <if test="examno!=null and examno!=''">
300
-                binary u.examno=#{examno}
301
-            </if>
299
+            binary u.examno=#{examno}
302 300
         </foreach>
303 301
     </select>
304 302
     <!--批量更新用户信息-->

Loading…
취소
저장