|
|
@ -168,11 +168,6 @@ public class FileRelationController extends BaseController {
|
|
|
|
return success(fileRelationManager.getFileInfo(applyId,fileCode));
|
|
|
|
return success(fileRelationManager.getFileInfo(applyId,fileCode));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 通用下载请求
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@ApiOperation("文件下载")
|
|
|
|
@ApiOperation("文件下载")
|
|
|
|
@GetMapping("/download")
|
|
|
|
@GetMapping("/download")
|
|
|
|
public void fileDownload(String fileId, HttpServletResponse response, HttpServletRequest request) {
|
|
|
|
public void fileDownload(String fileId, HttpServletResponse response, HttpServletRequest request) {
|
|
|
|