임차인관리시스템->임차인통합관리시스템

main
이범준 1 year ago
parent a57b723f7f
commit 54a5f387f0

@ -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;

Loading…
Cancel
Save