From b13d3d2c634df625dcaa74371f1d36a8376851b4 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期二, 06 一月 2026 14:54:16 +0800
Subject: [PATCH] 优化撤销组盘功能

---
 项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Outbound.cs |   29 +----------------------------
 1 files changed, 1 insertions(+), 28 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Outbound.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Outbound.cs"
index 87f4d36..901532d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Outbound.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Outbound.cs"
@@ -88,33 +88,6 @@
 
                     _unitOfWorkManage.CommitTran();
 
-                    //TaskModel esstask = new TaskModel()
-                    //{
-                    //    taskType = "carry",
-                    //    taskGroupCode = "",
-                    //    groupPriority = 0,
-                    //    tasks = new List<TasksType>
-                    //    {
-                    //            new()
-                    //            {
-                    //                taskCode=task.TaskNum.ToString(),
-                    //                taskPriority=0,
-                    //                taskDescribe=new TaskDescribeType
-                    //                {
-                    //                    containerCode=stockInfo.PalletCode,
-                    //                    containerType= "CT_KUBOT_STANDARD",
-                    //                    fromLocationCode=stockInfo.LocationCode??"",
-                    //                    toStationCode="",
-                    //                    toLocationCode="1-2",
-                    //                    deadline=0,
-                    //                    storageTag=""
-                    //                }
-                    //            }
-                    //    }
-                    //};
-                    //var result = await _eSSApiService.CreateTaskAsync(esstask);
-
-                    //_logger.LogInformation("鍒涘缓浠诲姟PalletOutboundTask 杩斿洖:  " + result);
                 }
                 return content.OK("绌烘墭鍑哄簱鎴愬姛!");
             }
@@ -830,7 +803,7 @@
 
         }
 
-
+        
         #region 鍒嗘壒鍒嗛厤搴撳瓨
         #region 鍐呭瓨閿佺鐞嗗櫒
         private static readonly ConcurrentDictionary<string, SemaphoreSlim> _materialLocks =

--
Gitblit v1.9.3