Helius
2021-04-16 6b48b8c7c3240f9499bbe477c17de0a9968b045a
src/main/java/com/xcong/excoin/common/aop/ExceptionCatchAspect.java
@@ -55,7 +55,7 @@
        exceptionData.setCreateTime(new Date());
        exceptionData.setMachine(InetAddress.getLocalHost().getHostName());
        exceptionData.setAddress(InetAddress.getLocalHost().getHostAddress());
        exceptionData.setExceptionMsg(printStackTraceToString(ex.fillInStackTrace()));
        exceptionData.setExceptionMsg(printStackTraceToString(ex));
        exceptionData.setSimpleMsg(ex.getMessage());
        sysExceptionDetailDao.insert(exceptionData);
        throw ex;