From 5e3646a94f67147ec88c1afcb9b40c13384ca03b Mon Sep 17 00:00:00 2001 From: gongbiao Date: Fri, 2 Aug 2019 18:18:59 +0800 Subject: [PATCH] =?UTF-8?q?[C=E7=AB=AF=E6=B6=88=E8=B4=B9=E5=8D=A1][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E4=B8=8B=E6=9E=B6=E5=90=8E=E5=8F=AF?= =?UTF-8?q?=E8=BD=AC=E8=B5=A0=E7=8A=B6=E6=80=81]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxCouponOrderMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index fc7d92ff1..a048b5fb8 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -950,7 +950,7 @@ co.id,co.tenant_id,co.coupon_id,co.coupon_type,co.expired_time,co.coupon_order_status,co.create_date,co.update_date, c.cover_img,c.title,c.sub_title,c.detail,c.unit,c.remark, - a.amount,a.remaining_amount,a.support_transfer + a.amount,a.remaining_amount,case when c.status=1 then 0 else a.support_transfer end support_transfer