mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25: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}
|
where u.del_flag = '0' and u.user_id = #{userId}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectUser" parameterType="Long" resultMap="SysUserResult">
|
<select id="selectUser" parameterType="String" resultMap="SysUserResult">
|
||||||
<include refid="selectUserVo"/>
|
<include refid="selectUserVo"/>
|
||||||
where u.del_flag = '0'
|
where u.del_flag = '0'
|
||||||
<if test="loginType.toString() == 'SMS'">
|
<if test="loginType.toString() == 'SMS'">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user