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}