无关风月
2025-02-28 dd663d0ac783755d889e270eee57ee58630c88c8
xinquan-common/xinquan-common-log/src/main/java/com/xinquan/common/log/aspect/LogAspect.java
@@ -112,7 +112,6 @@
            // 处理设置注解上的参数
            getControllerMethodDescription(joinPoint, controllerLog, operLog, jsonResult);
            // 设置消耗时间
            operLog.setCostTime(System.currentTimeMillis() - TIME_THREADLOCAL.get());
            // 保存数据库
            asyncLogService.saveSysLog(operLog);
        }