From 3ae4fffd1617ebb4448b864e300709309774c594 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 6 Nov 2019 14:40:47 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=95=86=E6=88=B7=E4=BC=9A=E5=91=98=E6=B6=88?= =?UTF-8?q?=E8=B4=B9=E5=88=97=E8=A1=A8][=E4=BF=AE=E6=94=B9][=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=8F=8A=E8=AF=A6=E6=83=85]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxMerchantMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml index 5bb2a53c7..b6570dc67 100644 --- a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml @@ -470,7 +470,7 @@ where o.coupon_order_status=1 and o.tenant_id=#{tenantId} - o.b_user_id in( + and o.b_user_id in( select id from wx_merchant_b_user where merchant_id=#{id} )