|
@@ -320,7 +320,7 @@ public class DocServiceImpl extends ServiceImpl<DocDao, Doc> implements DocServi
|
|
|
|
|
|
String fileName = doc.getName();
|
|
|
String docUrl = doc.getDocUrl();
|
|
|
- String path = request.getScheme() + "://" + request.getServerName() + ":" + "20018" + request.getContextPath() + "/";
|
|
|
+ String path = request.getScheme() + "://" + request.getServerName() + ":" + "19050" + request.getContextPath() + "/";
|
|
|
String filePath = pictureConfig.getServerBasePath() + "/" + pictureConfig.getUploadPath() + "/" + userNo + "/" + docId + fileName + ".pdf";
|
|
|
String createPath = pictureConfig.getBasePath() + "/" + pictureConfig.getUploadPath() + "/" + userNo + "/" + docId + fileName + ".pdf";
|
|
|
File fromFile = new File(createPath);
|