fix
Helius
2021-09-07 d659b10032c83129f95d6c756401acbe53b5ff28
src/main/java/com/xcong/excoin/common/aop/ExceptionCatchAspect.java
@@ -75,7 +75,7 @@
                    exceptionData.setSimpleMsg(ex.getMessage());
                    sysExceptionDetailDao.insert(exceptionData);
                    DingTalkUtils.sendMsg(profiles + "--" + ex.getMessage(), exStr.substring(0, 200), exceptionData.getId());
//                    DingTalkUtils.sendMsg(profiles + "--" + ex.getMessage(), exStr.substring(0, 200), exceptionData.getId());
                } catch (Exception e) {
                    log.error("exception aop", e);
                }