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