dev-discount
胡锐 4 years ago
commit 89964a37b9
  1. 2
      hai-service/src/main/java/com/hai/service/impl/HighCouponServiceImpl.java

@ -286,7 +286,7 @@ public class HighCouponServiceImpl implements HighCouponService {
HighCouponModel model = new HighCouponModel(); HighCouponModel model = new HighCouponModel();
BeanUtils.copyProperties(highCoupon, model); BeanUtils.copyProperties(highCoupon, model);
// 查询有效库存 // 查询有效库存
model.setSalesCount(highCouponCodeService.getStockCountByCoupon(highCoupon.getId())); model.setStockCount(highCouponCodeService.getStockCountByCoupon(highCoupon.getId()));
// 查询赠送卡卷列表 // 查询赠送卡卷列表
List<HighCouponHandselModel> coupon = highCouponHandselService.getHandselListByCoupon(highCoupon.getId()); List<HighCouponHandselModel> coupon = highCouponHandselService.getHandselListByCoupon(highCoupon.getId());

Loading…
Cancel
Save