Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Location/LocationInfoService.cs
@@ -337,7 +337,7 @@ int enable = Convert.ToBoolean(saveModel.Extra) ? 0 : 4; for (int i = 0; i < saveModel.DelKeys.Count; i++) { DtLocationInfo location = BaseDal.QueryData(x => x.Id == int.Parse(saveModel.DelKeys[i].ToString())).FirstOrDefault(); DtLocationInfo location = BaseDal.QueryFirst(x => x.Id == int.Parse(saveModel.DelKeys[i].ToString())); location.LocationStatus = enable; locations.Add(location); }