update ruoyi-framework/src/main/java/com/ruoyi/framework/aspectj/LogAspect.java.

有强迫症🌹

Signed-off-by: daoonly <daoonly@163.com>
pull/539/head
daoonly 2025-01-10 09:28:45 +00:00 committed by Gitee
parent a3b8727b94
commit 5f7c349583
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class LogAspect
*
*/
@Before(value = "@annotation(controllerLog)")
public void boBefore(JoinPoint joinPoint, Log controllerLog)
public void doBefore(JoinPoint joinPoint, Log controllerLog)
{
TIME_THREADLOCAL.set(System.currentTimeMillis());
}