|
@@ -29,6 +29,6 @@ public class UploadController {
|
|
|
@PostMapping("/file")
|
|
|
public ResultData file(@RequestParam(required = false) MultipartFile file) throws Exception {
|
|
|
|
|
|
- return ResultData.ok( uploadService.uploadFile(file,true,"fusion/file/",null));
|
|
|
+ return ResultData.ok( uploadService.uploadFile(file,false,"fusion/file/",null));
|
|
|
}
|
|
|
}
|