Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -98,7 +98,7 @@ namespace PARR.AIHIT
|
||||
else
|
||||
logger.LogInformation($"----- Создана запись rawDataEK {mappedEK.ShortName}({mappedEK.IP}), зона ответственности {respArea.Name} -----");
|
||||
}
|
||||
if (await rawDataEKService.CommitAsync())
|
||||
if (!await rawDataEKService.CommitAsync())
|
||||
logger.LogError($"Информация о хостах зоны ответственности {respArea.Name} не записана ");
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user