From f1f35997eaf95f66f650d9d47db6288fc443f06e Mon Sep 17 00:00:00 2001 From: hanxueda Date: Mon, 22 Apr 2019 18:16:31 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=AF=E5=88=86][=E4=BF=AE=E6=94=B9]:C?= =?UTF-8?q?=E7=AB=AF-=E7=A7=AF=E5=88=86=E5=85=91=E6=8D=A2=E5=81=9C?= =?UTF-8?q?=E8=BD=A6=E5=8A=B5-=E6=88=90=E5=8A=9F=E5=90=8E=E6=B2=A1?= =?UTF-8?q?=E5=9C=A8=E6=88=91=E7=9A=84=E5=81=9C=E8=BD=A6=E5=8A=B5=E4=B8=8B?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxCouponOrderMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 9f3490320..561c0aca8 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -545,6 +545,7 @@ where 1=1 and co.coupon_id = c.id and co.coupon_type != 5 + and co.coupon_type != 51 and co.coupon_type < 100 and co.c_user_id = #{cUserId} @@ -619,7 +620,7 @@ from wx_coupon_order co, wx_coupon c, wx_coupon_car car where co.coupon_id = c.id and co.coupon_id = car.id - and c.type = 5 + and c.type in (5,51) and co.c_user_id = #{cUserId}