Browse Source

更新sql

tags/v2.5.0
xiaoying 1 year ago
parent
commit
a5c58727b1
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      tuoheng_oidc_admin/src/main/resources/mapper/ClientUserMapper.xml

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

@@ -33,7 +33,9 @@
enabled,
tenant_id,
is_tenant,
role_id
role_id,
is_expire,
is_able
FROM users
WHERE id = #{userId}
</select>

Loading…
Cancel
Save