feat(esppTemplateSync): ЗО берется из ЗО РГ, а не из ЗО хоста.

This commit is contained in:
Mikhail Trubnikov
2024-06-18 15:16:54 +10:00
parent 4426440cc1
commit 7e8c553c87
2 changed files with 4 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ namespace PARR.DAL.Services.Implementations
.ThenInclude(t => t!.ResponseArea)
.Include(h => h.Host)
.ThenInclude(t => t!.WorkGroup)
.ThenInclude(t => t!.ResponseArea)
.Include(h => h.Host)
.ThenInclude(t => t!.EkStatus)
.Include(a => a.ApplicationsInWork)