dev-discount
袁野 4 years ago
parent 83e3827db4
commit 4d9e069f43
  1. 2
      hai-bweb/src/main/java/com/bweb/controller/HighCouponController.java

@ -96,7 +96,7 @@ public class HighCouponController {
log.error("HighCouponController -> insertCoupon() error!","请选择赠送卡卷名单"); log.error("HighCouponController -> insertCoupon() error!","请选择赠送卡卷名单");
throw ErrorHelp.genException(SysCode.System, ErrorCode.SELECT_HANDSEL_COUPON_ERROR, ""); throw ErrorHelp.genException(SysCode.System, ErrorCode.SELECT_HANDSEL_COUPON_ERROR, "");
} }
highCoupon.setHandselCouponList(new ArrayList<>());
HighCouponHandselModel highCouponHandsel; HighCouponHandselModel highCouponHandsel;
for (Long couponId : highCoupon.getHandselCouponId()) { for (Long couponId : highCoupon.getHandselCouponId()) {
highCouponHandsel = new HighCouponHandselModel(); highCouponHandsel = new HighCouponHandselModel();

Loading…
Cancel
Save