From c0035b4121adf674b4160ec43a57597a662d0c62 Mon Sep 17 00:00:00 2001 From: xhxu Date: Sun, 10 Oct 2021 11:10:33 +0800 Subject: [PATCH] update gift --- mallinkService/src/main/resources/mapper/WxCouponMapper.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index a8da641c5..ce7d83423 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -392,6 +392,10 @@ and c.`use_limit_quantity` = #{useLimitQuantity} + + and c.`send_type` != 3 + + and c.`send_type` = #{sendType}