|
@@ -524,7 +524,7 @@ public class UserTicketOrderServiceImpl extends
|
|
|
new LambdaQueryWrapper<UserTicketOrderItem>().eq(UserTicketOrderItem::getOrderId, ticketOrder.getOrderId()));
|
|
|
for (UserTicketOrderItem orderItem : userTicketOrderItemList) {
|
|
|
Ticket ticket = ticketService.getById(orderItem.getTicketId());
|
|
|
- // TODO: 线上和线下票如果有关联商品,都要发送关联商品到用户的仓库中
|
|
|
+ // 线上和线下票如果有关联商品,都要发送关联商品到用户的仓库中
|
|
|
List<TicketBoxGoods> ticketBoxGoodsList = ticketBoxGoodsService.list(new LambdaQueryWrapper<TicketBoxGoods>()
|
|
|
.eq(TicketBoxGoods::getBoxId, ticketOrder.getBoxId()));
|
|
|
if (CollectionUtils.isNotEmpty(ticketBoxGoodsList)) {
|