From 2dd922eb3ab68c0314f5828fcae1ed7db0e17d9e Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期四, 04 七月 2024 08:06:26 +0800 Subject: [PATCH] 客户、物流、单位 --- Wms/WMS.BLL/SysServer/StorageLocatServer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.BLL/SysServer/StorageLocatServer.cs b/Wms/WMS.BLL/SysServer/StorageLocatServer.cs index fbbdd73..529db77 100644 --- a/Wms/WMS.BLL/SysServer/StorageLocatServer.cs +++ b/Wms/WMS.BLL/SysServer/StorageLocatServer.cs @@ -59,7 +59,7 @@ .ToExpression();//娉ㄦ剰 杩欎竴鍙� 涓嶈兘灏� - var data = LocatRst.GetAllByOrderPageAsync(item, limit, page, out int counts) + var data = LocatRst.GetAllByOrderPage(item, limit, page, out int counts) .Includes(x => x.WareHouseInfo) .Includes(x => x.AreaInfo) .Includes(x => x.RoadwayInfo) -- Gitblit v1.8.0