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