src/main/java/com/zy/ints/task/WaitMatinLogScheduler.java
@@ -27,7 +27,8 @@ @Autowired private WaitMatinService waitMatinService; @Scheduled(cron = "0/3 * * * * ? ") @Scheduled(cron = "0/4 * * * * ? ") private void execute(){ List<WaitMatin> WaitMatins = waitMatinService.selectWaitMatinBySts(); for (WaitMatin waitMatin : WaitMatins) {