From 62f6435ffed439deb76093ec0aceac7f3bbd6549 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期二, 29 四月 2025 14:33:32 +0800 Subject: [PATCH] 修改问题 --- Wms/Wms/Controllers/SysController.cs | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Wms/Wms/Controllers/SysController.cs b/Wms/Wms/Controllers/SysController.cs index a524fa1..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>() //{ @@ -1719,8 +1717,7 @@ return Ok(new { - data = storagelist, - //dic, + data = storagelist, code = 0, msg = "" }); -- Gitblit v1.8.0