From 4a1c3f64c411774c30f885b91a2c4199f5aade72 Mon Sep 17 00:00:00 2001 From: xiaohanzi Date: Thu, 17 Jun 2021 17:35:09 +0800 Subject: [PATCH] fix coupon order --- mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 7683a5301..b5929e77f 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -820,6 +820,7 @@ RIGHT JOIN ( SELECT co.id,co.tenant_id,co.parent_tenant_id,co.coupon_id,co.c_user_id,co.b_user_id,co.order_id,co.coupon_type, co.expired_time,co.coupon_order_status,co.create_date,co.update_date,co.coupon_price,co.auto_refund,co.verify_type,co.pay_vendor + ,co.send_merchant_id FROM wx_coupon_order co WHERE 1=1 and co.`tenant_id` = #{tenantId}