From 560e452aa926eae8e43de547ef3f1cd9943e6d9e Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Fri, 18 Jan 2019 14:00:38 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=88=B8=E5=88=97=E8=A1=A8][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9]:=E5=88=B8=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=A0=8D=E4=BB=B7=E5=88=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxCouponOrderMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 02bf1a57c..36a15a6ab 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -336,7 +336,7 @@ and tcm.status = 0) as mc from wx_coupon_order tco) com where com.tcoid = co.id - and co.coupon_type < 7 + and co.coupon_type < 100 and c.id = co.coupon_id and co.tenant_id = #{tenantId}