Import Desc1 to D1

This commit is contained in:
Michał Zieliński
2025-06-10 16:59:06 +02:00
parent adb53fb36c
commit 23279d55af
4 changed files with 17 additions and 77 deletions

View File

@@ -277,6 +277,7 @@ public class LayersController : Controller
x.Name != null && x.Name.Contains(nameFilter) &&
x.Records!.Any(y => y.Code == "Type" && y.Desc1 == "ImportWorker") &&
x.Records!.Any(y => y.Code == "IsEnabled" && y.Desc1 == "True"
&& x.Number == 5375
)
)
.OrderByDescending(x => x.CreatedAt)