From 11661d97dffd8f4fddff0f60b59cd21af7d5ffd0 Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期日, 29 九月 2024 08:44:06 +0800
Subject: [PATCH] 修改测试问题

---
 Admin.NET/WCS.Application/Util/HttpService.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Admin.NET/WCS.Application/Util/HttpService.cs b/Admin.NET/WCS.Application/Util/HttpService.cs
index 5295530..254908b 100644
--- a/Admin.NET/WCS.Application/Util/HttpService.cs
+++ b/Admin.NET/WCS.Application/Util/HttpService.cs
@@ -298,11 +298,12 @@
                     var taskAdd = new WcsTask()
                     {
                         TaskNo = item.TaskNo,
-                        TaskType = TaskTypeEnum.Out,
+                        TaskType = (TaskTypeEnum)(int.Parse(item.TaskType)),
                         Status = TaskStatusEnum.Wait,
                         //IsSuccess =TaskSuccessEnum.Success,
                         Origin = "WMS",
                         StartLocate = item.StartLocate,
+                        StartRoadway=item.StartRoadway,
                         PalletNo = item.PalletNo,
                         EndLocate = item.EndLocate,
                         EndRoadway = item.EndRoadway

--
Gitblit v1.8.0