--- src/main/java/itn/let/mjo/msg/web/MjonMsgController.java
+++ src/main/java/itn/let/mjo/msg/web/MjonMsgController.java
... | ... | @@ -5054,7 +5054,7 @@ |
| 5054 | 5054 |
path = "/cmm/fms/FileDown.do?atchFileId="+ fvo.getAtchFileId() + "&fileSn=" + fvo.getFileSn(); |
| 5055 | 5055 |
}else {
|
| 5056 | 5056 |
String storePath = fvo.getFileStreCours() + fvo.getStreFileNm(); |
| 5057 |
- path = PdfUtil.makeImgPdf(storePath, fvo.getFileExtsn()); |
|
| 5057 |
+ path = "/cmm/fms/FileDowntest.do?fileNm="+ PdfUtil.makeImgPdf(storePath, fvo.getFileExtsn()); |
|
| 5058 | 5058 |
} |
| 5059 | 5059 |
} |
| 5060 | 5060 |
|
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp
... | ... | @@ -50,7 +50,7 @@ |
| 50 | 50 |
var ctx = canvas.getContext('2d');
|
| 51 | 51 |
/* var url = '/cmm/fms/FileDown.do?atchFileId=FILE_000000000019061&fileSn=0'; */ |
| 52 | 52 |
// var url = '/usr/local/tomcat/file/sht/pdf/2ccbb16e-62df-48c0-bbb1-3b6559bd4c36.pdf'; |
| 53 |
- var url = '/cmm/fms/FileDowntest.do?fileNm=${pdfPath}';
|
|
| 53 |
+ var url = '${pdfPath}';
|
|
| 54 | 54 |
|
| 55 | 55 |
/** |
| 56 | 56 |
* Get page info from document, resize canvas accordingly, and render page. |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?