|
|
@ -89,7 +89,7 @@ public class HighOrderServiceImpl implements HighOrderService { |
|
|
|
List<HighChildOrder> handselChildOrderList = new ArrayList<>(); |
|
|
|
List<HighChildOrder> handselChildOrderList = new ArrayList<>(); |
|
|
|
for (HighCouponHandsel highCouponHandsel : handselListByCoupon) { |
|
|
|
for (HighCouponHandsel highCouponHandsel : handselListByCoupon) { |
|
|
|
// 查询卡卷信息
|
|
|
|
// 查询卡卷信息
|
|
|
|
HighCouponModel coupon = highCouponService.getCouponById(highCouponHandsel.getId()); |
|
|
|
HighCouponModel coupon = highCouponService.getCouponById(highCouponHandsel.getHandselCouponId()); |
|
|
|
if (coupon == null) { |
|
|
|
if (coupon == null) { |
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.NOT_FOUND_COUPON, ""); |
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.NOT_FOUND_COUPON, ""); |
|
|
|
} |
|
|
|
} |
|
|
|