排名100处理

This commit is contained in:
tianfeng 2025-12-18 22:36:00 +08:00
parent e15d1a5b54
commit db3c779db6

View File

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