|
@@ -508,7 +508,7 @@ public class CaseDownService {
|
|
|
String res = (String) object;
|
|
|
log.info("下载模型:{}",res);
|
|
|
res = res.replace(queryPath, "");
|
|
|
- if(res.contains(".json") || res.contains(".shp")){
|
|
|
+ if(res.contains(".json") ){
|
|
|
res = new File(res).getParentFile().getPath();
|
|
|
}
|
|
|
ShellUtil.yunDownload(res, path +queryPath + res);
|