Helius
2021-06-21 2c8306d7104747b18bcd8dff0208c30b942afceb
src/main/java/com/xcong/excoin/common/aop/ExceptionCatchAspect.java
@@ -87,7 +87,7 @@
                    } else {
                        msg = exStr;
                    }
                    DingTalkUtils.sendMsg(profiles + "--" + ex.getMessage(), msg, exceptionData.getId());
                    DingTalkUtils.sendMsg(projectName + "-" +profiles + "--" + ex.getMessage(), msg, exceptionData.getId());
                } catch (Exception e) {
                    log.error("exception aop", e);
                }