mirror of https://gitee.com/y_project/RuoYi.git
update ruoyi-framework/src/main/java/com/ruoyi/framework/aspectj/LogAspect.java.
有强迫症🌹
Signed-off-by: daoonly <daoonly@163.com>
pull/539/head
parent
a3b8727b94
commit
5f7c349583
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue