Browse Source

更新

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

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

@@ -18,6 +18,7 @@
select *
from users
where username = #{username}
and enabled = 1
</select>
<select id="selectByUserId" resultType="com.tuoheng.model.po.UserPo">
SELECT id,

Loading…
Cancel
Save