From eaf30f88591d78699fdacf489e4aa45ac6775272 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 24 三月 2025 18:02:53 +0800
Subject: [PATCH] 更新项目配置和业务逻辑

---
 CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
index cd1bff6..e2d7bc1 100644
--- a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
+++ b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -215,4 +215,16 @@
     {
         return await Service.SetEmptyOutbyInToOutOneAsync(input);
     }
+
+    /// <summary>
+    /// 闈欑疆鏌ヨ瀹炴墭
+    /// </summary>
+    /// <param name="ProductLine">浜х嚎</param>
+    /// <returns></returns>
+    [HttpPost, AllowAnonymous, Route("QueryStockInfoForRealTrayJZAsync")]
+    [TypeFilter(typeof(ThrottleFilter), Arguments = new object[] { 5 })] // 5绉掕妭娴�
+    public async Task<WebResponseContent> QueryStockInfoForRealTrayJZAsync(string ProductLine)
+    {
+        return await Service.QueryStockInfoForRealTrayJZAsync(ProductLine);
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3