bug:修改文件下载链接的’/‘
This commit is contained in:
@@ -54,6 +54,8 @@ public class AttFileEOServiceImpl extends ServiceImpl<AttFileEODao, AttFileEO> i
|
|||||||
attFileEO = this.getFileInfo(attId);
|
attFileEO = this.getFileInfo(attId);
|
||||||
//2020年10月25日 此处补充文件的下载地址
|
//2020年10月25日 此处补充文件的下载地址
|
||||||
StringBuffer downloadFileUrl = new StringBuffer();
|
StringBuffer downloadFileUrl = new StringBuffer();
|
||||||
|
// 去除downloadURL末尾的 ’/‘
|
||||||
|
downloadUrl = downloadUrl.substring(0,downloadUrl.length()-1);
|
||||||
downloadFileUrl.append(downloadUrl).append(attFileEO.getFilePath()).append(attFileEO.getFileName());
|
downloadFileUrl.append(downloadUrl).append(attFileEO.getFilePath()).append(attFileEO.getFileName());
|
||||||
attFileEO.setDownLoadUrl(downloadFileUrl.toString());
|
attFileEO.setDownLoadUrl(downloadFileUrl.toString());
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Reference in New Issue
Block a user