From dce3c45b23c8dc4d5e64a151cc3c2dd942944430 Mon Sep 17 00:00:00 2001 From: Council Date: Tue, 21 Apr 2026 13:04:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=20buildSeatSpecMap()=20=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shopxo/app/plugins/vr_ticket/service/SeatSkuService.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shopxo/app/plugins/vr_ticket/service/SeatSkuService.php b/shopxo/app/plugins/vr_ticket/service/SeatSkuService.php index 7404e45..ecf782b 100644 --- a/shopxo/app/plugins/vr_ticket/service/SeatSkuService.php +++ b/shopxo/app/plugins/vr_ticket/service/SeatSkuService.php @@ -448,6 +448,9 @@ class SeatSkuService extends BaseService } } + // ========== 构建 seatSpecMap ========== + $seatSpecMap = self::buildSeatSpecMap($goodsId, $seatTemplate); + // ========== 构建场次列表(goods_spec_data)========== $sessions = $config['sessions'] ?? []; $goodsSpecData = [];