#
Junjie
2026-01-14 a502dc5a81d42a70e2ba2ad9e4cce97fea2b7669
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("请求日志的打印");