Explorar el Código

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

release_toaliyun_real
Stormeye Wu hace 7 años
padre
commit
875fa39e73
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml Ver fichero

@@ -216,7 +216,7 @@
select
<include refid="allSafeVColumns"/>
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
<if test=" null != phone ">
and u.`phone` = #{phone}
@@ -227,7 +227,7 @@
select
<include refid="allSafeVColumns"/>
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
<if test=" null != webOpenId ">
and u.`web_open_id` = #{webOpenId}


Cargando…
Cancelar
Guardar