dev-discount
199901012 4 years ago
commit 672ea36ca1
  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