TASK:教育版子账号积分刷新策略更新

This commit is contained in:
2025-08-25 18:07:37 +08:00
parent e45d572078
commit 23523f73da
7 changed files with 209 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ public class AccountTask {
// @Scheduled(cron = "59 59 23 * * ?")
// @Scheduled(cron = "0 0 0 1 * ?")
public void refreshCreditsMonthly() {
log.info("每月1号0点 将年费用户积分重置为 6000");
log.info("每月1号0点 重置教育版子账号为默认积分");
accountService.refreshCreditsMonthly();
}