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}