maven
2026-02-02 f4cbbc97d350b527b7e83a0413870f207a4d4b14
src/main/java/com/ruoyi/sales/controller/CommonFileController.java
@@ -33,9 +33,5 @@
        return toAjax(commonFileService.delCommonFileByIds(ids));
    }
    public void migrateTempFilesToFormal(Long businessId, List<String> tempFileIds) throws IOException{
    }
}