소스 검색

增加租户标识

hym 4 년 전
부모
커밋
843483ca68
1개의 변경된 파일3개의 추가작업 그리고 8개의 파일을 삭제
  1. 3 8
      user_center/src/main/resources/mapper/RoleMapper.xml

+ 3 - 8
user_center/src/main/resources/mapper/RoleMapper.xml

@@ -168,14 +168,9 @@
         from uims_role a left join
         (select count(*) users ,ROLE_ID from uims_user_role b
         <where>
-            status!=-1
-            <if test="role.tenantId != null and role.tenantId != ''">
-                and TENANT_ID = #{role.tenantId}
-            </if>
-        </where>
-
-
-         group by b.ROLE_ID) b
+            and status!=-1
+       </where>
+       group by b.ROLE_ID ) b
         ON a.id=b.ROLE_ID
         <where>
             and status!=-1