ruoyi-modules/ruoyi-system/src/main/java/org/dromara/system/sync/VideoPulSync.java
@@ -44,7 +44,7 @@ this.baseMapper = baseMapper; } @Scheduled(cron = "0 0/1 * * * ?") // @Scheduled(cron = "0 0/1 * * * ?") public void get() throws IOException { System.out.println("同步上传......"); ruoyi-modules/ruoyi-system/src/main/java/org/dromara/system/sync/deleteSync.java
@@ -25,7 +25,7 @@ } @Scheduled(cron = "0 */10 * * * ?") // @Scheduled(cron = "0 */10 * * * ?") public void remove() throws IOException { System.out.println("同步删除......"); List<Long> ids = baseMapper.getWillDeleted(LocalDateTime.now().minusDays(1));