vr-shopxo-plugin/shopxo/app
Council d411073885 council(fix): BackendArchitect - Fix regex bug in getExistingSpecBaseIds()
Bug: regex '^([A-Za-z]+)(\d+)排(\d)座$' with $m[3] misparsed seat labels
like "A排10座" → colNum=1 (wrong). Fixed to '^([A-Za-z]+)排(\d+)座$' with $m[2].

Also clarified spec_base_id_map docblock: frontend expects flat integer,
not nested object.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-15 20:16:49 +08:00
..
admin
api
index
install
lang
module
plugins council(fix): BackendArchitect - Fix regex bug in getExistingSpecBaseIds() 2026-04-15 20:16:49 +08:00
route
service
tpl
.gitignore
AppService.php
BaseController.php
ExceptionHandle.php
Request.php
common.php
middleware.php
provider.php
service.php