Helius
2021-04-22 1972a71f2cd42f679aee9968c386044e7e98af30
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;
    }