mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	update 优化 书写错误
This commit is contained in:
		@@ -56,7 +56,7 @@ public class LogAspect {
 | 
			
		||||
     * 处理请求前执行
 | 
			
		||||
     */
 | 
			
		||||
    @Before(value = "@annotation(controllerLog)")
 | 
			
		||||
    public void boBefore(JoinPoint joinPoint, Log controllerLog) {
 | 
			
		||||
    public void doBefore(JoinPoint joinPoint, Log controllerLog) {
 | 
			
		||||
        StopWatch stopWatch = new StopWatch();
 | 
			
		||||
        KEY_CACHE.set(stopWatch);
 | 
			
		||||
        stopWatch.start();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user