From 7eb1c1c874b220719ee87da1b8d310a710f85687 Mon Sep 17 00:00:00 2001 From: luozukai Date: Thu, 26 Sep 2019 15:53:37 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9][=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=BC=93=E5=AD=98][=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81]?= 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 a23f5229b..a47dfdbe0 100644 --- a/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMerchantMapper.xml @@ -482,7 +482,7 @@ inner join wx_c_user_basic_info c on(o.c_user_id=c.id) where o.coupon_order_status=1 and o.tenant_id=#{tenantId} - and co.`id` = #{id} + and cm.`merchant_id` = #{id} order by o.create_date desc