From 5ac33ef565ff0730aede7f39a0459d53c214cc18 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 29 四月 2026 14:07:11 +0800
Subject: [PATCH] docs: 添加 OutboundTaskFlowService 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