Forráskód Böngészése

修复登陆异常

tangyishan 2 hete
szülő
commit
6f1744c8d5

+ 2 - 2
sckw-auth/src/main/java/com/sckw/auth/service/impl/AuthServiceImpl.java

@@ -209,8 +209,8 @@ public class AuthServiceImpl implements IAuthService {
         }
 
         /*缓存信息**/
-        AsyncFactory.execute(new AsyncProcess(loginBase, user, null, enterprise, remoteUserService));
-
+//        AsyncFactory.execute(new AsyncProcess(loginBase, user, null, enterprise, remoteUserService));
+        new AsyncProcess(loginBase, user, null, enterprise, remoteUserService).run();
         /*数据组装**/
 
         LoginResVo1 loginRes = new LoginResVo1();