Helius
2021-04-27 0daaba9d07147cb2eab9ad421a8f90084467cb89
modify
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/common/aop/ExceptionCatchAspect.java 2 ●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/common/aop/ExceptionCatchAspect.java
@@ -75,7 +75,7 @@
                    DingTalkUtils.sendMsg(profiles + "--" + ex.getMessage(), exStr.substring(0, 200), exceptionData.getId());
                } catch (Exception e) {
                    log.error("exception aop");
                    log.error("exception aop", e);
                }
            }
        });