[FEAT] 優化庫存分析邏輯,增加銷售 Reference Type 追蹤並修正 InventoryService 閉包變數問題
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m20s

This commit is contained in:
2026-03-10 11:15:55 +08:00
parent 197df3bec4
commit d52a215916
7 changed files with 57 additions and 8 deletions

View File

@@ -133,7 +133,10 @@ class SyncOrderAction
$warehouseId,
$qty,
"POS Order: " . $order->external_order_id,
true
true,
null,
\App\Modules\Integration\Models\SalesOrder::class,
$order->id
);
}