update 优化 登录授权代码,将loadUser()提取为公有代码

This commit is contained in:
David Wei 2023-11-21 17:29:54 +08:00
parent 77f4fcda25
commit 7508b0c64c

View File

@ -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'">