From a8061d4a1040efb5005b7be21d3375efd2b38d75 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 18 Dec 2025 19:22:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/service/activity/RankingActivityServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/activity/RankingActivityServiceImpl.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/activity/RankingActivityServiceImpl.java index 6eb7c907..87ee48d3 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/activity/RankingActivityServiceImpl.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/activity/RankingActivityServiceImpl.java @@ -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();