AutoImport FIX
This commit is contained in:
@@ -152,7 +152,6 @@ namespace WebAPI.Controllers
|
||||
.Where(x =>
|
||||
x.Records!.Any(x => x.Code == "Type" && x.Desc1 == "ImportWorker") &&
|
||||
x.Records!.Any(x => x.Code == "IsEnabled" && x.Desc1 == "True")
|
||||
&& x.Number == 539
|
||||
)
|
||||
.OrderBy(x => x.CreatedAt)
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user