From c4c82824f408176298d48aea46056010a1674401 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 29 四月 2026 14:05:32 +0800
Subject: [PATCH] docs: 添加 OutboundTaskFlowService MoveToNextStatus TODO 设计方案

---
 Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotTaskProcessor.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotTaskProcessor.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotTaskProcessor.cs
index 97fa4ac..318ed17 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotTaskProcessor.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotTaskProcessor.cs
@@ -525,7 +525,7 @@
                         PalletCode = currentTask.RobotSourceAddressPalletCode;  // 浣跨敤婧愬湴鍧�鐨勬墭鐩樼爜
                         if (isRoadway == "HCSC1")
                         {
-                            warehouseId = 2;
+                            warehouseId = 3;
                             roadway = "HCSC1";
                         }
                         else if (isRoadway == "GWSC1")
@@ -542,7 +542,7 @@
                         taskType = TaskTypeEnum.InEmpty.GetHashCode();  // 绌烘墭鐩樺叆搴�
                         PalletCode = currentTask.RobotSourceAddressPalletCode;  // 浣跨敤婧愬湴鍧�鐨勬墭鐩樼爜
 
-                        warehouseId = 3;
+                        warehouseId = 2;
                         roadway = "CWSC1";
 
                         SourceAddress = currentTask.RobotSourceAddressLineCode;
@@ -562,7 +562,7 @@
 
                         if (isRoadway == "HCSC1")
                         {
-                            warehouseId = 2;
+                            warehouseId = 3;
                             roadway = "HCSC1";
                         }
                         else if (isRoadway == "GWSC1")

--
Gitblit v1.9.3