更改积分刷新task

This commit is contained in:
2025-01-06 14:58:46 +08:00
parent 094718e67f
commit b0fa185d36
3 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ public class AccountTask {
// @Scheduled(cron = "59 59 23 * * ?")
@Scheduled(cron = "0 0 0 1 * ?")
public void refreshCreditsMonthly() {
log.info("周日晚115959刷新付费用户积分为 6000");
log.info("月1号0点 将年费用户积分重置为 6000");
accountService.refreshCreditsWeekly();
}