From 058ea028410ba828fe0151e6dc42e6d147c7cff8 Mon Sep 17 00:00:00 2001 From: hupeng Date: Fri, 21 Sep 2018 10:13:52 +0800 Subject: [PATCH] =?UTF-8?q?[b=E7=AB=AF][=E4=BF=AE=E5=A4=8D]:=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=B7=B2=E8=A2=AB=E7=A6=81=E7=94=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98=E6=A0=B8=E9=94=80=E7=9A=84=E5=88=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 39defa7b3..1de63c780 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -163,7 +163,6 @@ and co.coupon_id = c.id and cu.id = co.c_user_id and bu.id = co.b_user_id - and bu.status = 0 AND co.update_date > #{startDate,jdbcType=TIMESTAMP}