From ae754ae0be44b8735f03293a65d1dbf7d21f92c9 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Fri, 4 Jan 2019 22:52:58 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A0=8D=E4=BB=B7][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E5=88=B8=E5=8C=85=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=A0=8D=E4=BB=B7?= =?UTF-8?q?=E5=8F=8A=E5=9B=A2=E8=B4=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxCouponOrderMapper.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 5a5e36fa1..12e55e414 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -567,7 +567,10 @@ left join wx_coupon_action_log cal on cal.coupon_order_id = co.id where 1=1 and co.coupon_id = c.id - and co.coupon_type != 5 and co.coupon_type != 7 + and co.coupon_type != 5 + and co.coupon_type != 7 + and co.coupon_type != 8 + and co.coupon_type != 9 and co.c_user_id = #{cUserId}