|
@@ -141,7 +141,7 @@ public class TaskController {
|
|
|
/**
|
|
|
* 消息提醒
|
|
|
*/
|
|
|
- @Scheduled(cron = "0 8 * * * ?")
|
|
|
+// @Scheduled(cron = "0 8 * * * ?")
|
|
|
public void InfoMationAlerts(){
|
|
|
log.info("定时执行了===========>");
|
|
|
QueryWrapper<Task> taskQueryWrapper = new QueryWrapper<>();
|