Morska.Import.D1 refactored

This commit is contained in:
Michał Zieliński
2025-06-06 20:43:19 +02:00
parent b73adb4b17
commit ee9307c7c3
2 changed files with 243 additions and 56 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 == 3487
&& x.Number == 8215
)
.OrderByDescending(x => x.CreatedAt)
.AsNoTracking()