@@ -54,7 +54,7 @@ public class JudglActivityTimeJob extends BaseController {
/**
* 开启定时任务,每天12:30执行
*/
- @Scheduled(cron = "* 0/1 * * * ?")
+ @Scheduled(cron = "0 0/1 * * * ?")
private void configureTasks() {
String time = DateUtils.cutSecond(LocalDateTime.now());