From f45293a0c3c9838567d6ff01eae53157a9ed5284 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期四, 05 三月 2026 10:59:38 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs"
index 518ce68..979483d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs"
@@ -1,5 +1,4 @@
 锘縰sing WIDESEA_DTO;
-using static WIDESEA_DTO.RequestTaskDto;
 
 namespace WIDESEA_WMSServer.Controllers;
 
@@ -32,17 +31,6 @@
     public async Task<WebResponseContent> CompleteTaskAsync(int taskNum)
     {
         return await _taskService.CompleteAsync(taskNum);
-    }
-
-    /// <summary>
-    /// 浠诲姟瀹屾垚
-    /// </summary>
-    /// <param name="taskNum">浠诲姟鍙�</param>
-    /// <returns>鎴愬姛鎴栧け璐�</returns>
-    [HttpGet, Route("confirmTask"), AllowAnonymous]
-    public WebResponseContent confirmTask(int taskNum)
-    {
-        return _taskService.confirmTask(taskNum);
     }
 
     /// <summary>

--
Gitblit v1.9.3