Browse Source

/、卷礼包

release_toaliyun_real
xhxu 4 years ago
parent
commit
a54959d3c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java View File

@@ -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);


Loading…
Cancel
Save