feat(dal,): NextRunServiceV2 - метод получения nextRun для нового шаблона

This commit is contained in:
Mikhail Trubnikov
2026-02-16 12:23:24 +10:00
parent 89b6cdf731
commit 361338f433
5 changed files with 242 additions and 8 deletions

View File

@@ -153,7 +153,7 @@ namespace PARR.DAL.NextRunServices
public async Task<DateTimeOffset> GetNextRunForNewTemplateAsync(Guid jobGroupId, string responseArea)
{
// определяю это автораспределение или нет, вызываю соответствующий рассчет
// определяю это автораспределение или нет, вызываю соответствующий расчет
var jobGroup = await jobGroupService.Get()
.Include(t => t.DistributionConfig)