Commit 622729bd by huangfusuper

解决跳过错误信息邮箱BUG

parent 707daa01
......@@ -97,7 +97,6 @@ public class EmailAlarmServiceImpl implements EmailAlarmService {
}catch (Exception e){
record.setAlarmResult("2");
log.error("-----------邮件发送失败【{}】--------------", MythLogUtils.getMessage(e));
throw new BusinessException(AdminEnums.SEND_EMAIL_FAILURE);
}finally {
EmailAlarm emailAlarm = new EmailAlarm( );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment