Morska.Import.FK2 refactored

This commit is contained in:
Michał Zieliński
2025-06-06 21:33:25 +02:00
parent 5d4b25ab6b
commit edbb39c1cc
2 changed files with 218 additions and 37 deletions

View File

@@ -684,7 +684,7 @@ public class LayersController : Controller
.Where(x =>
x.Records!.Any(y => y.Code == "Type" && y.Desc1 == "ImportWorker") &&
x.Records!.Any(y => y.Code == "IsEnabled" && y.Desc1 == "True")
&& x.Number == 8215
&& x.Number == 7270
)
.OrderByDescending(x => x.CreatedAt)
.AsNoTracking()