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