From 6ef9539a223aed5273e120d0b2fc4fd6d1a95687 Mon Sep 17 00:00:00 2001 From: hupeng Date: Wed, 19 Dec 2018 11:00:52 +0800 Subject: [PATCH] =?UTF-8?q?[A=E7=AB=AF][=E4=BF=AE=E5=A4=8D]:=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=88=97=E8=A1=A8=E6=9C=89=E5=8D=A1=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5=E4=B8=8B=E7=9A=84=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxCouponOrderMapper.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 7d7eb75c5..48ff05124 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -294,11 +294,6 @@ - - - - - @@ -359,6 +354,7 @@ and tcm.status = 0) as mc from wx_coupon_order tco) com where com.tcoid = co.id + and co.coupon_type < 7 and c.id = co.coupon_id and co.tenant_id = #{tenantId} @@ -397,7 +393,6 @@ left join wx_merchant_b_user bu on co.b_user_id = bu.id left join wx_merchant m on m.id = bu.merchant_id where co.id = #{id} - and co.coupon_type < 7 and c.id = co.coupon_id and cu.id = co.c_user_id