src/main/java/com/ruoyi/doublePrevention/scheduls/ExecCJReportDateSchedule.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/ruoyi/doublePrevention/scheduls/ExecCJReportDateSchedule.java
@@ -95,7 +95,7 @@ // @Scheduled(cron = "0 0 22,23 * * ?") //每天晚上22、23点执行一次 // @Scheduled(cron = "0 0/5 * * * ? ") // 分钟 // @Scheduled(cron = "0 0/5 * * * ? ") @Scheduled(cron = "0 0/1 * * * ? ") @Scheduled(cron = "0 3/5 * * * ? ") public void execReportDateSchedule() throws UnsupportedEncodingException { logger.info("【####】上报数据开始...");