Update LayersController.cs
This commit is contained in:
@@ -253,11 +253,11 @@ namespace WebAPI.Controllers
|
|||||||
|
|
||||||
string[] processTypes = new string[] {
|
string[] processTypes = new string[] {
|
||||||
"T3-SingleSource",
|
"T3-SingleSource",
|
||||||
//"T3-MultiSourceSummary",
|
"T3-MultiSourceSummary",
|
||||||
//"T3-SourceYearSummary",
|
"T3-SourceYearSummary",
|
||||||
//"T3-MultiSourceYearSummary",
|
"T3-MultiSourceYearSummary",
|
||||||
//"T3-MultiSourceCopySelectedCodes",
|
"T3-MultiSourceCopySelectedCodes",
|
||||||
//"T3-MultiSourceCopySelectedCodesYearSummary"
|
"T3-MultiSourceCopySelectedCodesYearSummary"
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (string type in processTypes)
|
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 == "Type" && x.Desc1 == "ProcessWorker") &&
|
||||||
x.Records!.Any(x => x.Code == "IsEnabled" && x.Desc1 == "True") &&
|
x.Records!.Any(x => x.Code == "IsEnabled" && x.Desc1 == "True") &&
|
||||||
x.Records!.Any(x => x.Code == "ProcessType" && x.Desc1 == type)
|
x.Records!.Any(x => x.Code == "ProcessType" && x.Desc1 == type)
|
||||||
&& x.Number == 984
|
|
||||||
)
|
)
|
||||||
.OrderBy(x => x.CreatedAt)
|
.OrderBy(x => x.CreatedAt)
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|||||||
Reference in New Issue
Block a user