Helius
2021-04-27 0daaba9d07147cb2eab9ad421a8f90084467cb89
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");
                    log.error("exception aop", e);
                }
            }
        });
        DingTalkUtils.sendMsg(profiles + "--" + ex.getMessage(), exStr.substring(0, 200), exceptionData.getId());
        throw ex;
    }