Helius
2021-05-14 6d0ddcd0ebfa8e17ecd0403f055e89b82c68cf41
src/main/java/com/xcong/excoin/common/aop/ExceptionCatchAspect.java
@@ -60,6 +60,10 @@
            throw ex;
        }
        if ("dev".equals(profiles)  || "test".equals(profiles)) {
            throw ex;
        }
        SysExceptionDetailEntity exceptionData = new SysExceptionDetailEntity();
        String exStr = printStackTraceToString(ex);
        ThreadPoolUtils.EXECUTOR.execute(new Runnable(){