|
@@ -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();
|
|
LoginResVo1 loginRes = new LoginResVo1();
|