vr-shopxo-plugin/shopxo/app/plugins/vr_ticket/service
Council 96337bc840 council(execute): BackendArchitect - Fix 2 bugs in P0-A/B/P1 implementations
Bug 1: SeatSkuService.php:381 - regex has syntax error
  '/^([A-Za-z]+)(\d+)排(\d+)座$/' → '/^([A-Za-z]+)(\d+)排(\d)座$/'
  The third capture group only needs single digit (col number 1-9).

Bug 2: ticket_detail.html:416 - frontend accesses specBaseIdMap as object
  but PHP returns flat integer: specBaseIdMap['A_1'] = 2001 (int), not {spec_base_id: 2001}.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 20:09:22 +08:00
..
AuditService.php
BaseService.php council(draft): BackendArchitect - P0-A initGoodsSpecs + P0-B BatchGenerate 2026-04-15 20:00:29 +08:00
SeatSkuService.php council(execute): BackendArchitect - Fix 2 bugs in P0-A/B/P1 implementations 2026-04-15 20:09:22 +08:00
TicketService.php