Compare commits
No commits in common. "71510d604bc4ebe68d3a5055960bb7565d8f6612" and "bb8861dc27b87b1209876e4077d03be787477ed0" have entirely different histories.
71510d604b
...
bb8861dc27
|
@ -152,7 +152,7 @@
|
|||
|
||||
<select id="selectUserByUserName" parameterType="String" resultMap="SysUserResult">
|
||||
<include refid="selectUserVo"/>
|
||||
where u.user_name = #{userName} or u.email=#{userName} and u.del_flag = '0'
|
||||
where u.user_name = #{userName} and u.del_flag = '0'
|
||||
</select>
|
||||
|
||||
<select id="selectUserById" parameterType="Long" resultMap="SysUserResult">
|
||||
|
|
Loading…
Reference in New Issue