This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_oidc_move_20240621
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
9
Wiki
Activity
Browse Source
更新
tags/v2.4.1
xiaoying
1 year ago
parent
36fc790f91
commit
79ed683cfd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
Write
Preview
Loading…
Cancel
Save