|
@@ -69,7 +69,7 @@ public class TrialSystemDockingServiceImpl extends BaseServiceImpl<TrialSystemDo
|
|
|
//下载文件到本地路径
|
|
|
boolean b = downloadFileFromUrl(tsd.getFileUrl(), localFilePath);
|
|
|
if(b){
|
|
|
- String fileName=tsd.getProjectId()+"/"+tsd.getId() + ".pdf";
|
|
|
+ String fileName=tsd.getProjectId()+"|"+tsd.getId() + ".pdf";
|
|
|
BladeFile bladeFile = newIOSSClient.uploadFile(fileName, localFilePath);
|
|
|
if(bladeFile!=null){
|
|
|
tsd.setFileUrlOss(bladeFile.getLink());
|