From 37e272018088e0f3aac35fb4f844a918b4f41147 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Wed, 10 Apr 2019 14:19:22 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=85=AC=E4=BC=97=E5=8F=B7=E4=BC=9A=E5=91=98]?= =?UTF-8?q?[=E6=96=B0=E5=A2=9E]:=E6=9F=A5=E8=AF=A2=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxCUserMapper.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCUserMapper.xml b/mallinkService/src/main/resources/mapper/WxCUserMapper.xml index 5972914..5e7646d 100644 --- a/mallinkService/src/main/resources/mapper/WxCUserMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCUserMapper.xml @@ -69,11 +69,11 @@ - and `open_id` like concat('%', #{openId},'%') + and `open_id` = #{openId} - and `union_id` like concat('%', #{unionId},'%') + and `union_id` = #{unionId} @@ -176,10 +176,6 @@ and `extra_info` = #{extraInfo} - - and `is_subscribe` = #{isSubscribe} - - and `open_app_id` = #{openAppId}