Browse Source

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

tags/v2.4.1
xiaoying 1 year ago
parent
commit
36fc790f91
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tuoheng_oidc_admin/src/main/resources/mapper/ClientUserMapper.xml

+ 2
- 2
tuoheng_oidc_admin/src/main/resources/mapper/ClientUserMapper.xml View File

@@ -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…
Cancel
Save