AutoProcess fix

This commit is contained in:
Michał Zieliński
2024-03-10 09:09:33 +01:00
parent 164017b72e
commit b0b2350c8c

View File

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