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