日常任务-公会活动进度定时任务fixed

This commit is contained in:
2025-09-02 15:16:24 +08:00
parent 0e3615b252
commit c9c35639e7
5 changed files with 65 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ public class GuildCreateTask {
@Autowired
private GuildTaskService guildTaskService;
@Scheduled(cron = "0 0/10 * * * ?")
@Scheduled(cron = "0 0/5 * * * ?")
public void guildCreateTaskByMinutes() {
Date now = new Date();
log.info("GuildCreateTaskByMinutes start");