소스 검색

Merge branch 'test-xq2' into test

xuqiang 7 달 전
부모
커밋
fa874657d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/modules/admin/SysUserMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/admin/SysUserMapper.xml

@@ -305,7 +305,7 @@
         LEFT JOIN sys_role t4 ON t3.role_id = t4.id
         AND sd.del_flag = '0'
         WHERE
-        1=1
+        1=1 AND su.type != 4
         <if test='user !=null  '>
             <if test='user.status !=null and user.status!="" '>
                 and su.status = #{user.status}