瀏覽代碼

房间分布增加排序

ZhangManMan 2 年之前
父節點
當前提交
846af6c46b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/sky/ioc/config/LoginAspect.java

+ 1 - 1
src/main/java/com/sky/ioc/config/LoginAspect.java

@@ -25,7 +25,7 @@ public class LoginAspect {
     @Autowired
     private RedisUtil redisUtil;
 
-    @Around("execution(* com.sky.ioc..*Controller.*(..))")
+ //   @Around("execution(* com.sky.ioc..*Controller.*(..))")
     public Object aroundLog(ProceedingJoinPoint joinPoint) throws Throwable {
         ServletRequestAttributes sra = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
         HttpServletRequest request = sra.getRequest();