소스 검색

更新查询租户对应用户下的sql

tags/v2.4.1
xiaoying 1 년 전
부모
커밋
36fc790f91
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tuoheng_oidc_admin/src/main/resources/mapper/ClientUserMapper.xml

+ 2
- 2
tuoheng_oidc_admin/src/main/resources/mapper/ClientUserMapper.xml 파일 보기

@@ -52,8 +52,8 @@
<if test="query.platformCode != null and query.platformCode != ''">
and a.authority LIKE concat('%',#{query.platformCode},'%')
</if>
AND u.tenant_id = a.create_user
and u.enabled =1
AND a.user_id = u.id
AND u.enabled = 1
GROUP BY u.username
</select>


Loading…
취소
저장