From 28e43ab41f3280c2beb1153d1632d46d782d7fd3 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 13 Feb 2019 17:51:39 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8D=A1=E5=88=B8][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8F=AF=E8=BD=AC=E8=B5=A0]?= 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 95028f75c..5f94c0839 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -669,7 +669,7 @@ inner join wx_coupon c on co.coupon_id = c.id inner join wx_card_info a on co.id=a.id where 1=1 - and co.coupon_type = 100 + and co.coupon_type in (100,101) and co.tenant_id = #{tenantId}