Helius
2021-03-05 f7e8a2ace62255874e918b4411d29dc5eda8de96
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
@@ -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;