|
@@ -509,8 +509,7 @@ public class CaseDownService {
|
|
|
if(res.contains(".json") ){
|
|
|
res = new File(res).getParentFile().getPath();
|
|
|
}
|
|
|
- String desPath = path + "/oss/" + res;
|
|
|
- ShellUtil.yunDownload(res, desPath);
|
|
|
+ ShellUtil.yunDownload(res, path + "/oss/" + res);
|
|
|
}
|
|
|
}
|
|
|
public void downResources(Integer caseId,String urls) {
|