risk mail debug

master
yixian 4 years ago
parent 489cafc4c5
commit f4f9570e7b

@ -626,6 +626,7 @@ public class RiskBusinessServiceImpl implements RiskBusinessService, ManagerTodo
sendAppRiskMessage(event); sendAppRiskMessage(event);
} }
} catch (Exception e) { } catch (Exception e) {
logger.error("Risk Email sending failed", e);
throw new EmailException("Email Sending Failed", e); throw new EmailException("Email Sending Failed", e);
} }
}); });

Loading…
Cancel
Save