'提交代码'

dev-discount
199901012 4 years ago
parent a5ef591cc9
commit cc96571768
  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();
BeanUtils.copyProperties(highCoupon, model);
// 查询有效库存
model.setSalesCount(highCouponCodeService.getStockCountByCoupon(highCoupon.getId()));
model.setStockCount(highCouponCodeService.getStockCountByCoupon(highCoupon.getId()));
// 查询赠送卡卷列表
List<HighCouponHandselModel> coupon = highCouponHandselService.getHandselListByCoupon(highCoupon.getId());

Loading…
Cancel
Save