From c6e8b600398de38b6684f5fa1eaaaade8562859b Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期六, 20 九月 2025 15:16:56 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhiHuiQiCe/LongDeLiLiKu

---
 项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
index fa01688..10b936b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs"
@@ -45,7 +45,7 @@
         {
             return Service.AssignInboundTaskLocation(taskNum, roadwayNo);
         }
-        
+
         /// <summary>
         /// 鎴愬搧绌烘鍥炲簱
         /// </summary>
@@ -104,14 +104,13 @@
         }
 
         /// <summary>
-        /// 閫夋嫨搴撳瓨鐢熸垚鍑哄簱浠诲姟
+        /// 閫夋嫨搴撳瓨鐢熸垚鑰佸巶鍑哄簱浠诲姟
         /// </summary>
-        /// <param name="id"></param>
         /// <returns></returns>
-        [HttpPost, Route("Outbound"), AllowAnonymous]
-        public WebResponseContent Outbound(int id)
+        [HttpPost, Route("OldYLOutbound"), AllowAnonymous]
+        public WebResponseContent Outbound([FromBody] List<int> ids)
         {
-            return Service.Outbound(id);
+            return Service.Outbound(ids);
         }
 
         /// <summary>
@@ -203,9 +202,6 @@
         /// <summary>
         /// 鍘熸枡绉诲簱浠诲姟
         /// </summary>
-        /// <param name="startAddress"></param>
-        /// <param name="endAddress"></param>
-        /// <param name="roadWay"></param>
         /// <returns></returns>
         [HttpPost, HttpGet, Route("Relocation"), AllowAnonymous]
         public WebResponseContent IsRelocation(string startAddress, string endAddress, string roadWay)

--
Gitblit v1.9.3