Authored by LUOXC

fixbug

... ... @@ -258,6 +258,9 @@ public class CouponServiceImpl implements ICouponService,IBusinessExportService{
// 是否需要校验
copyCoupon.setCheckRequired(coupon.getCheckRequired());
// 可以领取的渠道
copyCoupon.setReceiveChannels(coupon.getReceiveChannels());
//结束时间
Integer endTime;
if (Objects.nonNull(endTime = coupon.getEndTime())) {
... ...