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);