@ -109,7 +109,7 @@ public class FileController extends cokr.xit.base.file.web.FileController {
new Downloadable()
.setContentType("application/vnd.openxmlformats-officedocument.presentationml.presentation")
.setWriter(writer)
.setFilename("과태료통합관리시스템_메뉴얼"+"("+"v"+menualVersion+")"+".pptx")
.setFilename("임차인관리시스템_메뉴얼"+"("+"v"+menualVersion+")"+".pptx")
);
return mav;