Browse Source

[微信第三方登录][修改]:微信第三方登录失败

release_toaliyun_real
Stormeye Wu 7 years ago
parent
commit
5d160849b0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml View File

@@ -223,7 +223,7 @@
select select
<include refid="allSafeVColumns"/> <include refid="allSafeVColumns"/>
from mall_user_info u from mall_user_info u
left join wx_mall m where m.`tenant_id` = u.`tenant_id`
left join wx_mall m on m.`tenant_id` = u.`tenant_id`
where 1=1 where 1=1
<if test=" null != phone "> <if test=" null != phone ">
and u.`phone` = #{phone} and u.`phone` = #{phone}
@@ -234,7 +234,7 @@
select select
<include refid="allSafeVColumns"/> <include refid="allSafeVColumns"/>
from mall_user_info u from mall_user_info u
left join wx_mall m where m.`tenant_id` = u.`tenant_id`
left join wx_mall m on m.`tenant_id` = u.`tenant_id`
where 1=1 where 1=1
<if test=" null != webOpenId "> <if test=" null != webOpenId ">
and u.`web_open_id` = #{webOpenId} and u.`web_open_id` = #{webOpenId}


Loading…
Cancel
Save