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