src/main/java/com/ruoyi/other/controller/TempFileController.java
@@ -18,7 +18,7 @@ private TempFileService tempFileService; @PostMapping("/upload") public AjaxResult uploadFile(MultipartFile file, String type) { public AjaxResult uploadFile(MultipartFile file, Integer type) { try { return AjaxResult.success(tempFileService.uploadFile(file, type)); } catch (Exception e) {