Bläddra i källkod

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

release_toaliyun_real
Stormeye Wu 7 år sedan
förälder
incheckning
5d160849b0
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml Visa fil

@@ -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}


Laddar…
Avbryt
Spara