vr-shopxo-plugin/shopxo/app/plugins/vr_ticket/service
Council d7d7b33c96 council(review): BackendArchitect - Fix 2 bugs in P0-A/B/P1 implementations
1. SeatSkuService: Fix regex in getExistingSpecBaseIds()
   (\d+)排(\d+)座 → (\d+)排(\d)座
   The original regex incorrectly captures 2 digit groups in "A排10座",
   causing seatId parse failure for column >= 10.

2. ticket_detail.html: Fix specBaseIdMap access in submit()
   (obj||{}).spec_base_id → direct numeric value
   PHP returns integers (not objects), so drop the .spec_base_id accessor.

关联:Issue #9

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 20:05:08 +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(review): BackendArchitect - Fix 2 bugs in P0-A/B/P1 implementations 2026-04-15 20:05:08 +08:00
TicketService.php fix(P0): P0-1 idempotent ticket issuance, P0-3 XSS, P0-4 QR secret exception 2026-04-15 16:59:22 +08:00