Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Partial/Dt_TaskService.cs
@@ -1637,6 +1637,20 @@ return content.Error(ex.Message); } } public WebResponseContent GetLocationStatus() { WebResponseContent content = new WebResponseContent(); try { List<DtLocationInfo> LocationList = _locationRepository.Db.Queryable<DtLocationInfo>().Where(x => x.LocationStatus != 2 && x.LocationStatus != 0).ToList(); return content.OK1(total1: LocationList.Count, data: LocationList); } catch (Exception ex) { return content.Error(ex.Message); } } } internal class TaskHourData