src/main/java/com/zy/common/config/AspectConfig.java
@@ -73,7 +73,10 @@ if (annotation != null && !Cools.isEmpty(annotation.memo())) { saveErrLog(joinPoint, request, errorResponse, ex, annotation.memo()); } return errorResponse; if (ex instanceof Exception) { throw (Exception) ex; } throw new RuntimeException(ex); } finally { long end = System.currentTimeMillis(); // log.info("请求日志的打印");