fix: 三致命Bug—macro_status预计算+排除已完工脏读+flush落盘+递归深度限制10

This commit is contained in:
2026-08-09 18:23:55 +08:00
parent d8623df7de
commit 45b5376537
6 changed files with 49 additions and 5 deletions

View File

@ -14,6 +14,7 @@ export interface ProductResponse {
parent_product_id: string | null;
current_location_id: string | null;
current_location_name: string | null;
macro_status: string | null;
overall_status: string | null;
status: string;
created_at: string;