imports: save records
This commit is contained in:
@@ -321,7 +321,9 @@ public class LayersController : Controller
|
||||
.Where(x =>
|
||||
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.Records!.Any(y => y.Code == "IsEnabled" && y.Desc1 == "True"
|
||||
&& x.Number == 7266
|
||||
)
|
||||
)
|
||||
.OrderByDescending(x => x.CreatedAt)
|
||||
.AsNoTracking()
|
||||
|
||||
Reference in New Issue
Block a user