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}