缓存修复
This commit is contained in:
parent
9ce1e6c2d5
commit
a8061d4a10
@ -74,7 +74,7 @@ public class RankingActivityServiceImpl implements RankingActivityService {
|
||||
|
||||
String cachedJson = redisService.getString(cacheKey);
|
||||
if (cachedJson != null) {
|
||||
// return JSON.parseArray(cachedJson, RankingUserVO.class);
|
||||
return JSON.parseArray(cachedJson, RankingUserVO.class);
|
||||
}
|
||||
|
||||
RankingListQueryCmd top4Cmd = new RankingListQueryCmd();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user