From b3ff80e45d24a821ca0731983b1546b48570cdf1 Mon Sep 17 00:00:00 2001
From: xby-y <2251528873@qq.com>
Date: 星期四, 09 四月 2026 14:28:51 +0800
Subject: [PATCH] 添加日志信息

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs"
index 533db2b..9f8818e 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs"
@@ -381,7 +381,7 @@
 
                 _stockRepository.DeleteData(stockInfo);
                 _locationInfoRepository.UpdateData(locationInfo);   //淇敼鎴愮┖璐т綅
-
+                //鍒犻櫎鍑哄簱瀹屾垚浠诲姟
                 BaseDal.DeleteAndMoveIntoHty(task, App.User.UserId == 0 ? OperateTypeEnum.鑷姩瀹屾垚 : OperateTypeEnum.浜哄伐瀹屾垚);
                 _locationStatusChangeRecordService.AddLocationStatusChangeRecord(locationInfo, beforeStatus, StockStatusEmun.鍑哄簱瀹屾垚.ObjToInt(), "1", task.TaskNum);
                 WebResponseContent content = TaskCompletionFeedback(task);
@@ -1030,9 +1030,9 @@
             }
         }
         //鎵嬪姩涓嬪彂浠诲姟鍒癢CS
-        public WebResponseContent WCSTask(int task)
+        public WebResponseContent WCSTask([FromQuery] int task)
         {
-            List<Dt_Task> AddtaskList = BaseDal.QueryData(x => x.TaskNum == task);
+          List<Dt_Task> AddtaskList = BaseDal.QueryData(x => x.TaskNum == task);
 
             if (!AddtaskList.Any())
             {
@@ -1043,6 +1043,7 @@
             //return WebResponseContent.Instance.OK();
         }
 
+
         public ApiResponse<object> TaskFeedback(TaskNotification taskFeedback)
         {
             throw new NotImplementedException();

--
Gitblit v1.9.3