mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
update 优化 登录授权代码,将loadUser()提取为公有代码
This commit is contained in:
parent
77f4fcda25
commit
7508b0c64c
@ -123,7 +123,7 @@
|
||||
where u.del_flag = '0' and u.user_id = #{userId}
|
||||
</select>
|
||||
|
||||
<select id="selectUser" parameterType="Long" resultMap="SysUserResult">
|
||||
<select id="selectUser" parameterType="String" resultMap="SysUserResult">
|
||||
<include refid="selectUserVo"/>
|
||||
where u.del_flag = '0'
|
||||
<if test="loginType.toString() == 'SMS'">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user