From 3a3c50e8a4f1bca47daaadd03f4138a5d4a2227c Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期六, 12 四月 2025 16:13:48 +0800
Subject: [PATCH] 更改程序

---
 Wms/Wms/Controllers/SysController.cs |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/Wms/Wms/Controllers/SysController.cs b/Wms/Wms/Controllers/SysController.cs
index bf3e615..cbf1f6a 100644
--- a/Wms/Wms/Controllers/SysController.cs
+++ b/Wms/Wms/Controllers/SysController.cs
@@ -1701,16 +1701,14 @@
 
         /// <summary>
         /// 鏍规嵁浠撳簱 鎺�
-        /// </summary>
-        /// <param name="wareHouseNo">浠撳簱</param>
-        /// <param name="row">鎺�</param>
-        /// <param name="depth">娣卞害</param>
+        /// </summary> 
+        /// <param name="row">鎺�</param> 
         /// <returns></returns>
         [HttpGet]
-        public IActionResult GetFlatLibraryLegend(string wareHouseNo, string row)
+        public IActionResult GetFlatLibraryLegend(string row)
         {
             //鑾峰彇鍌ㄤ綅淇℃伅
-            List<SysStorageLocat> storagelist = _locatSvc.GetFlatLibraryLegend(wareHouseNo, row);
+            List<LocatDto> storagelist = _locatSvc.GetFlatLibraryLegend(row);
 
             //Dictionary<string, int> dic = new Dictionary<string, int>()
             //{

--
Gitblit v1.8.0