Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Stock/StockInfoService.cs
@@ -102,10 +102,6 @@ { locationStatus = x => x.LocationInfo.LocationStatus == Convert.ToInt32(item.Value); } else if (item.Name.Contains("floor")) { floor = x => x.LocationInfo.Floor.Contains(item.Value); } else if (item.Name.Contains("areaId")) { areaId = x => x.LocationInfo.AreaId == Convert.ToInt32(item.Value);