无关风月
2024-12-31 0c51a577db337520452022d9d6a22b720ef858d4
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);
        }