|
@@ -654,7 +654,7 @@ public class ReportCommonServiceImpl implements ReportCommonService {
|
|
|
*/
|
|
|
@Override
|
|
|
public void thirdLogout(TBSession tbSession) throws IOException {
|
|
|
- SysUser sysUser = sysUserService.getById(Long.parseLong(tbSession.getIdentity()));
|
|
|
+ SysUser sysUser = commonCacheService.userCache(Long.parseLong(tbSession.getIdentity()));
|
|
|
try {
|
|
|
tbSessionService.removeById(tbSession.getId());
|
|
|
redisUtil.deleteUserSession(tbSession.getId());
|