|
|
|
@ -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()); |
|
|
|
|