server/src/main/java/doumeemes/task/ScheduleTool.java
@@ -104,8 +104,8 @@ * 每天定时统计羚羊数据信息 * @throws Exception */ // @Scheduled(cron="0 59 23 * * ?") @Scheduled(fixedDelay = 1000 * 60 * 60 * 1) @Scheduled(cron="0 59 23 * * ?") // @Scheduled(fixedDelay = 1000 * 60 * 60 * 1) public void syncLingData() throws Exception { System.out.println("每天定时统计羚羊数据信息--------Begin------"); //TODO--------------每天定时统计羚羊数据信息------------