feat(templateMatcher,dal): небольшой рефакторинг, добавлен Dockerfile
This commit is contained in:
@@ -30,7 +30,7 @@ namespace PARR.TemplateMatcher
|
||||
}
|
||||
public async Task MatchTemplatesForJob(Guid jobId)
|
||||
{
|
||||
var unitIdsToCreateTemplate = await unitFilterService.GetUnitsIdForNotExistTemplatesByJobFilterAsync(jobId);
|
||||
var unitIdsToCreateTemplate = await unitFilterService.GetUnitsIdByJobFilterWithTemplateStatusAsync(jobId,false);
|
||||
|
||||
if (unitIdsToCreateTemplate == null || !unitIdsToCreateTemplate.Any())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user