From 0e8e9c88bc5b4da449c4859e7672f7be5b16ce11 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Tue, 31 Mar 2020 20:57:28 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=88=B8=E7=A0=81][=E4=BC=98=E5=8C=96]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/WxCouponOrderMapper.xml | 37 ++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 780eba22e..4b55fdcfa 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -588,6 +588,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + co.id,co.tenant_id,co.coupon_id,co.coupon_type,co.expired_time,co.coupon_order_status,co.create_date,co.update_date,co.coupon_price, c.title,c.sale_price,c.use_price,c.price,c.unit,c.auto_refund,c.business,c.subsidy_type,ms.subsidy subsidy_num, @@ -607,7 +642,7 @@ m.name as merchant_name,m.id as merchant_id - select from wx_coupon_order co inner join wx_coupon c on c.id = co.coupon_id