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