diff --git a/WebAPI/Controllers/LayersController.cs b/WebAPI/Controllers/LayersController.cs index 0ed50be..d129aa8 100644 --- a/WebAPI/Controllers/LayersController.cs +++ b/WebAPI/Controllers/LayersController.cs @@ -253,11 +253,11 @@ namespace WebAPI.Controllers string[] processTypes = new string[] { "T3-SingleSource", - //"T3-MultiSourceSummary", - //"T3-SourceYearSummary", - //"T3-MultiSourceYearSummary", - //"T3-MultiSourceCopySelectedCodes", - //"T3-MultiSourceCopySelectedCodesYearSummary" + "T3-MultiSourceSummary", + "T3-SourceYearSummary", + "T3-MultiSourceYearSummary", + "T3-MultiSourceCopySelectedCodes", + "T3-MultiSourceCopySelectedCodesYearSummary" }; foreach (string type in processTypes) @@ -278,7 +278,6 @@ namespace WebAPI.Controllers x.Records!.Any(x => x.Code == "Type" && x.Desc1 == "ProcessWorker") && x.Records!.Any(x => x.Code == "IsEnabled" && x.Desc1 == "True") && x.Records!.Any(x => x.Code == "ProcessType" && x.Desc1 == type) - && x.Number == 984 ) .OrderBy(x => x.CreatedAt) .ToList();