vr-shopxo-plugin/shopxo/app/plugins/vr_ticket/service
Council f6bcad6bfb fix: 表名前缀修复 + 创建缺失的audit_log表
- BaseService::table() 从 'plugins_vr_' 改为 'vr_'
  (原名 plugins_vr_seat_templates → ShopXO前缀后变成 vrt_plugins_vr_seat_templates,实际表名是 vrt_vr_seat_templates)
- Admin.php 所有硬编码 Db::name('plugins_vr_xxx') 改为 Db::name('vr_xxx')
- 在数据库创建缺失的 vrt_vr_audit_log 表
2026-04-16 17:23:40 +08:00
..
AuditService.php council(execute): FrontendDev - Round 4: export button fix + mark Phase 2 complete 2026-04-15 14:20:03 +08:00
BaseService.php fix: 表名前缀修复 + 创建缺失的audit_log表 2026-04-16 17:23:40 +08:00
SeatSkuService.php feat(Phase 3-1): Venue.php CRUD + list.html + BatchGenerate venue.name 动态读取 2026-04-15 22:02:03 +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