|
|
@ -88,7 +88,7 @@ public class FileController extends AbstractController {
|
|
|
|
FileInfo fileInfo = fileService.getFile(fileID);
|
|
|
|
FileInfo fileInfo = fileService.getFile(fileID);
|
|
|
|
fileService.updateDownloadCount(fileID);
|
|
|
|
fileService.updateDownloadCount(fileID);
|
|
|
|
return new ModelAndView("downloadView")
|
|
|
|
return new ModelAndView("downloadView")
|
|
|
|
.addObject("file", fileInfo);
|
|
|
|
.addObject("download", FileInfoFactory.getDownloadable(fileInfo));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**주어진 파일 정보 아이디의 순서대로 정렬 순서를 변경한다.
|
|
|
|
/**주어진 파일 정보 아이디의 순서대로 정렬 순서를 변경한다.
|
|
|
|