src/main/java/com/xcong/excoin/common/aop/ExceptionCatchAspect.java | ●●●●● 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;