zainali5120
2021-05-12 511f49a3ef8d454d0f65ec41b723d2a3b7d6e314
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;
    }