瀏覽代碼

更新查询租户对应用户下的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…
取消
儲存