From 26f88473f470ab34f46d95642035a4e5f6b69847 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期四, 15 一月 2026 13:53:10 +0800
Subject: [PATCH] 同步
---
项目代码/WMS/WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 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 8f30d8d..518ce68 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"
@@ -88,4 +88,16 @@
{
return Service.CreateAndSendOutboundTask(saveModel);
}
+
+ /// <summary>
+ /// 浠诲姟鐘舵�佷慨鏀�
+ /// </summary>
+ /// <param name="input">璇锋眰鏁版嵁</param>
+ /// <returns></returns>
+ //[HttpPost, AllowAnonymous, Route("UpdateTaskStatus")]
+ ////[TypeFilter(typeof(ThrottleFilter), Arguments = new object[] { 5 })] // 5绉掕妭娴�
+ //public async Task<WebResponseContent> UpdateTaskStatus([FromBody] UpdateStatusDto input)
+ //{
+ // return await Service.UpdateTaskStatus(input.TaskNum, input.TaskState);
+ //}
}
\ No newline at end of file
--
Gitblit v1.9.3