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); }