AutoProcess fix

This commit is contained in:
Michał Zieliński
2023-12-21 09:47:19 +01:00
parent be80c90657
commit 99ce634ca9
2 changed files with 59 additions and 61 deletions

View File

@@ -233,7 +233,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 == 490
)
.OrderBy(x => x.CreatedAt)
.ToList();