Compare commits

...

2 Commits

Author SHA1 Message Date
031026 71510d604b Merge remote-tracking branch 'origin/main' 2024-04-12 14:17:45 +08:00
DongZeLiang 889a33defc 添加邮箱登录 2024-04-12 14:17:31 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
<select id="selectUserByUserName" parameterType="String" resultMap="SysUserResult">
<include refid="selectUserVo"/>
where u.user_name = #{userName} and u.del_flag = '0'
where u.user_name = #{userName} or u.email=#{userName} and u.del_flag = '0'
</select>
<select id="selectUserById" parameterType="Long" resultMap="SysUserResult">