docs(plan): 记录 P1+P2 修复已合并到 main
Commit:council/BackendArchitect804d465d0→ main:49930844fCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
parent
804d465d09
commit
20830abbc0
7
plan.md
7
plan.md
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue