This commit is contained in:
2021-08-02 17:40:26 +00:00
parent a002e65bbf
commit 8821046b48
3 changed files with 92 additions and 22 deletions

View File

@@ -56,6 +56,7 @@ namespace AyaNova.Biz
catch (Exception ex)
{
log.LogError(ex, $"Error processing PMGenerate ");
await NotifyEventHelper.AddGeneralNotifyEvent(NotifyEventType.PMGenerationFailed, "PM Generate failure","Preventive Maintenance", ex);
}
finally
{