|
@@ -508,7 +508,6 @@ public class CaseDownService {
|
|
|
String desPath = path + "/oss/" + res;
|
|
|
if(res.contains(".json") ){
|
|
|
res = new File(res).getParentFile().getPath();
|
|
|
- desPath = path + "/oss/" + new File(res).getParentFile().getPath();
|
|
|
}
|
|
|
ShellUtil.yunDownload(res, desPath);
|
|
|
}
|