src/main/java/com/ruoyi/doublePrevention/scheduls/SearchReportDateSchedule.java
@@ -108,10 +108,9 @@ @Transactional @Scheduled(cron = "0 0/1 * * * ? ") // 分钟 // @Scheduled(cron = "0 0/1 * * * ? ") // 分钟 // @Scheduled(cron = "0/30 * * * * ?") // 30秒 // @Scheduled(cron = "0 0 0/1 * * ?") // 小时 @Scheduled(cron = "0 0 0/1 * * ?") // 小时 public void searchReportDate(){ logger.info("【双重预防】定时检索需要上报数据...");