feat(dal,api): удалены таблицы которые относились к старому JobAutoControl. Добавлена новая таблица JobAutoControl
This commit is contained in:
@@ -32,7 +32,9 @@ namespace PARR.TemplateTaskGenerator
|
||||
|
||||
public async Task GenerateTemplateTaskAsync(Guid jobId)
|
||||
{
|
||||
var unitIdsToCreateTemplate = await unitFilterService.GetUnitsIdByJobFilterWithTemplateStatusAsync(jobId,false);
|
||||
//var unitIdsToCreateTemplate = await unitFilterService.GetUnitsIdByJobFilterWithTemplateStatusAsync(jobId, false);
|
||||
//todo: !!!!!!!! исправить в этом месте !!!!!!!!
|
||||
IEnumerable<Guid>? unitIdsToCreateTemplate = null;
|
||||
|
||||
if (unitIdsToCreateTemplate == null || !unitIdsToCreateTemplate.Any())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user