docs(plan): 记录 P1+P2 修复已合并到 main

Commit: 804d465d0 → main: 49930844f

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
council/BackendArchitect
Council 2026-04-20 10:00:05 +08:00
parent 804d465d09
commit 20830abbc0
1 changed files with 7 additions and 0 deletions

View File

@ -84,3 +84,10 @@ Undefined array key "id"
3. **Tertiary静默**: `AdminGoodsSaveHandle.php:77``selected_rooms` 类型不匹配,`in_array` 永远 false
4. **已排除**: 表前缀问题 — `Db::name()``BaseService::table()` 均查询 `vrt_vr_seat_templates`,等价
5. **已排除**: SeatSkuService::BatchGenerate — 第 100 行已有 `!empty()` 空安全 fallback
## 修复记录
- [x] **Fix Commit**: `804d465d0` — P1+P2 空安全修复已合并到 main
- `AdminGoodsSaveHandle.php:71-73`:新增 `if (empty($template)) { continue; }`
- `AdminGoodsSaveHandle.php:80``$r['id']` 前加 `isset()` 空安全
- 合并到 main`49930844f`