From db3c779db6d30b9366ba344f3f44843c36381fcd Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 18 Dec 2025 22:36:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=90=8D100=E5=A4=84=E7=90=86?= 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 062b4b99..830fa447 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 @@ -103,7 +103,7 @@ public class RankingActivityServiceImpl implements RankingActivityService { top4Cmd.setCycleType(RankingCycleType.WEEKLY.getCode()); top4Cmd.setReqUserId(cmd.getReqUserId()); top4Cmd.setReqSysOrigin(cmd.getReqSysOrigin()); - top4Cmd.setTopN(10); + top4Cmd.setTopN(100); top4Cmd.setTemplateId(cmd.getTemplateId()); RankingListCO result = rankingListQryExe.execute(top4Cmd);