From 8b0dfc237ae91d2e51f0e584a69cdbd87b2d1471 Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 19 Oct 2021 14:36:32 +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 8a06e0518..4b816ecdf 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -967,6 +967,10 @@ and co.`shipping_type` = #{shippingType} + + + and co.`shipping_status` = #{shippingStatus} +