登录处理

master
shijie 4 years ago
parent c8d68d6d76
commit c901ab683a
  1. 4
      dq-financial-hrms-auth/src/main/resources/mapper/hrauth/UserLoginMapper.xml

@ -48,7 +48,9 @@
<if test="wechatId != null and wechatId != '' "> <if test="wechatId != null and wechatId != '' ">
and hu.wechat_id = #{wechatId} and hu.wechat_id = #{wechatId}
</if> </if>
<if test="type != null">
and hu.type = #{type}
</if>
</select> </select>
<select id="selectByPhoneAccount" resultType="com.daqing.framework.domain.hrms.UserEntity"> <select id="selectByPhoneAccount" resultType="com.daqing.framework.domain.hrms.UserEntity">

Loading…
Cancel
Save