From fe6e4884fc9316df52e1180146891c5498f364f4 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 02 三月 2026 16:28:23 +0800
Subject: [PATCH] 优化

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Task/KLSTaskExtend.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Task/KLSTaskExtend.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Task/KLSTaskExtend.cs"
index 510a784..adeaac1 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Task/KLSTaskExtend.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/Task/KLSTaskExtend.cs"
@@ -30,7 +30,7 @@
                     GALAXISTask gALAXISTask = new GALAXISTask()
                     {
                         taskId = task.WMSTaskNum,
-                        taskType = task.TaskType == (int)TaskTypeEnum.MLInbound ? 0 : 1,
+                        taskType = task.TaskType == (int)TaskTypeEnum.MLInbound ? 2 : 1,
                         barCode = task.PalletCode,
                         endNode = task.TargetAddress,
                         startNode = task.SourceAddress,

--
Gitblit v1.9.3