Showing
1 changed file
with
3 additions
and
0 deletions
@@ -258,6 +258,9 @@ public class CouponServiceImpl implements ICouponService,IBusinessExportService{ | @@ -258,6 +258,9 @@ public class CouponServiceImpl implements ICouponService,IBusinessExportService{ | ||
258 | // 是否需要校验 | 258 | // 是否需要校验 |
259 | copyCoupon.setCheckRequired(coupon.getCheckRequired()); | 259 | copyCoupon.setCheckRequired(coupon.getCheckRequired()); |
260 | 260 | ||
261 | + // 可以领取的渠道 | ||
262 | + copyCoupon.setReceiveChannels(coupon.getReceiveChannels()); | ||
263 | + | ||
261 | //结束时间 | 264 | //结束时间 |
262 | Integer endTime; | 265 | Integer endTime; |
263 | if (Objects.nonNull(endTime = coupon.getEndTime())) { | 266 | if (Objects.nonNull(endTime = coupon.getEndTime())) { |
-
Please register or login to post a comment