From 28f071c9907e4fa4369a66dc0b712abcaf6cbe57 Mon Sep 17 00:00:00 2001 From: hupeng Date: Tue, 15 Jan 2019 19:08:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A0=8D=E4=BB=B7][=E4=BF=AE=E5=A4=8D]:?= =?UTF-8?q?=E7=A0=8D=E4=BB=B7=E5=88=97=E8=A1=A8=E4=B8=8D=E8=83=BD=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=87=BA=E6=9D=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxOrderMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml index 684b46495..c324f5047 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml @@ -610,7 +610,7 @@ from wx_coupon c,wx_order o left join wx_coupon_order co on co.order_id = o.id - where o.product_id = c.id and c.type == 7 + where o.product_id = c.id and c.type = 8 and o.c_user_id = #{cUserId}