From 5df9002218f248d9c6ba38c6e6925f2ac16225b0 Mon Sep 17 00:00:00 2001 From: "Stormeye.Wu" Date: Mon, 3 Sep 2018 16:09:54 +0800 Subject: [PATCH] =?UTF-8?q?[CouponOrder=E5=88=B8=E6=9F=A5=E8=AF=A2][?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D]:=E6=99=AE=E9=80=9A=E5=88=B8,=E5=81=9C?= =?UTF-8?q?=E8=BD=A6=E5=88=B8=E5=88=86=E7=A6=BB?= 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, 3 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 336fcb41c..7af3ebad5 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -343,6 +343,9 @@ and co.type = #{type} + + and co.type < 5 + AND c.coupon_order_status = #{couponOrderStatus}