|
@@ -518,7 +518,7 @@ public class CaseDownService {
|
|
|
url = url.replace(queryPath, "");
|
|
|
String path = String.format(FilePath.OFFLINE_OSS_PATH,caseId);
|
|
|
String desPath = path + "/oss/" + url;
|
|
|
- ShellUtil.yunDownload(new File(url).getParentFile().getPath(), new File(desPath).getParentFile().getPath());
|
|
|
+ ShellUtil.yunDownload(new File(url).getParentFile().getPath(), new File(desPath).getParentFile().getParentFile().getPath());
|
|
|
}
|
|
|
|
|
|
public void downWordByTemplate(Integer caseId,XWPFTemplate template,String name){
|