xiaoyong931011
2021-03-26 4bfb58a3ee4a2c8be9588298c038efda3f5fe85e
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;