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)