|
@@ -442,7 +442,7 @@ public class CaseDownService {
|
|
|
return;
|
|
|
}
|
|
|
String path = String.format(FilePath.OFFLINE_OSS_PATH,caseId);
|
|
|
- ShellUtil.yunDownload(url,path+queryPath+url);
|
|
|
+ ShellUtil.yunDownload(url,path+"/oss/"+url);
|
|
|
}
|
|
|
|
|
|
public void downWordByTemplate(Integer caseId,XWPFTemplate template,String name){
|