xiangpei
2024-11-13 37e189c3e7f8ae4468afbfd1abf9a83d4128a627
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));
@@ -45,7 +45,7 @@
     *
     * @throws IOException
     */
    @Scheduled(cron = "0 0 * * * ?")
//    @Scheduled(cron = "0 0 * * * ?")
    public void removeOssTable() throws IOException {
        System.out.println("每小时定时删除超过30天的数据库文件信息......");
        List<Long> ids = baseMapper.getWillDeleted(LocalDateTime.now().minusDays(30));