From 118de30e6d274255c585cd707ba57fa7de26557f Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Tue, 22 Jan 2019 10:51:18 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:=E6=98=BE=E7=A4=BA=E5=8D=A1=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= 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 f239ccd4d..bb6e6b94c 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml @@ -212,7 +212,7 @@ from wx_coupon c,wx_order o left join wx_coupon_order co on co.order_id = o.id left join wx_coupon_action_log cal on cal.coupon_order_id = co.id - where o.product_id = c.id and c.type < 100 + where o.product_id = c.id and o.c_user_id = #{cUserId}