Преглед изворни кода

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

release_toaliyun_real
Stormeye Wu пре 7 година
родитељ
комит
875fa39e73
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml Прегледај датотеку

@@ -216,7 +216,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}
@@ -227,7 +227,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…
Откажи
Сачувај