From a54959d3c46432c2a887449df657c64a6f6e6ea1 Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 7 Dec 2021 23:39:34 +0800 Subject: [PATCH] =?UTF-8?q?/=E3=80=81=E5=8D=B7=E7=A4=BC=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/service/impl/WxCouponServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java index ffb7467cc..a4944d2e6 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java @@ -341,7 +341,7 @@ public class WxCouponServiceImpl implements WxCouponService { } } - if(EnumCouponType.COUPON_GIFT.getCode().equals(record.getType())){ + if(EnumCouponType.COUPON_GIFT.getCode().equals(record.getType()) && EnumCouponValidType.BETWEEN_TWO_TIME.getCode().equals(record.getValidType())){ //券礼包时间判断 WxCoupon couponQ = new WxCoupon(); couponQ.updateTenantInfo(record);