src/main/java/com/xcong/excoin/common/aop/ExceptionCatchAspect.java
@@ -72,13 +72,13 @@ exceptionData.setExceptionMsg(exStr); exceptionData.setSimpleMsg(ex.getMessage()); sysExceptionDetailDao.insert(exceptionData); DingTalkUtils.sendMsg(profiles + "--" + ex.getMessage(), exStr.substring(0, 200), exceptionData.getId()); } catch (Exception e) { log.error("exception aop"); } } }); DingTalkUtils.sendMsg(profiles + "--" + ex.getMessage(), exStr.substring(0, 200), exceptionData.getId()); throw ex; }