Commit f5825da5 by huluobin

commit

parent 79a0de08
......@@ -52,7 +52,7 @@ public class TechScoreRulesServiceImpl extends ServiceImpl<TechScoreRulesMapper,
AchievementsPersonaResultPageApiRequest resultPageApiRequest = AchievementsPersonaResultPageApiRequest.builder()
.page(1)
.year(calendar.get(Calendar.YEAR))
.month(calendar.get(Calendar.MONTH))
.month(calendar.get(Calendar.MONTH)+1)
.status(1)
.page(1)
.rows(30)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment