diff --git a/hai-bweb/src/main/java/com/bweb/controller/HighCouponController.java b/hai-bweb/src/main/java/com/bweb/controller/HighCouponController.java index 9662a63f..51e544cd 100644 --- a/hai-bweb/src/main/java/com/bweb/controller/HighCouponController.java +++ b/hai-bweb/src/main/java/com/bweb/controller/HighCouponController.java @@ -96,7 +96,7 @@ public class HighCouponController { log.error("HighCouponController -> insertCoupon() error!","请选择赠送卡卷名单"); throw ErrorHelp.genException(SysCode.System, ErrorCode.SELECT_HANDSEL_COUPON_ERROR, ""); } - + highCoupon.setHandselCouponList(new ArrayList<>()); HighCouponHandselModel highCouponHandsel; for (Long couponId : highCoupon.getHandselCouponId()) { highCouponHandsel = new HighCouponHandselModel();