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