fix(API,DAL): Восстановлена работа контроллеров RobotTask, TemplateActivator, Template
This commit is contained in:
@@ -38,7 +38,10 @@ namespace PARR.DAL.Services.Implementations
|
||||
.Include(a => a.Job)
|
||||
.ThenInclude(t => t!.Tnk)
|
||||
.ThenInclude(s => s!.Subprocess)
|
||||
.ThenInclude(p => p!.Process);
|
||||
.ThenInclude(p => p!.Process)
|
||||
.Include(t=>t.Job)
|
||||
.ThenInclude(t=>t!.Group);
|
||||
|
||||
//return Get()
|
||||
// .Include(h => h.Host)
|
||||
// .ThenInclude(t => t!.ResponseArea)
|
||||
|
||||
Reference in New Issue
Block a user