From 91febfb47195018a1a2ebc2b9838a1d86ee26664 Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 11 Oct 2021 17:05:04 +0800 Subject: [PATCH] update gift --- .../src/main/resources/mapper/WxCouponOrderMapper.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index c0ef483e4..c2735cf9f 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -952,6 +952,10 @@ and co.coupon_order_status = #{couponOrderStatus} + + + and co.`shipping_type` = #{shippingType} +