日常任务-公会活动进度定时任务fixed
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user