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