Commit b6abc1ed authored by 赵啸非's avatar 赵啸非

修改配置文件

parent b9e72ef7
......@@ -119,7 +119,7 @@ public class AuthTokenServiceImpl implements IAuthTokenService {
}
// cacheService.select(db);
} else {
// userStr = cacheService.get(userKey);
userStr = cacheService.get(userKey);
RedisTemplate<String, String> redisTemplate = cacheService.selectDbRedisTemplate(portalDb);
userStr = redisTemplate.opsForValue().get(userKey);
//刷新token时间
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment