@@ -438,6 +438,7 @@ public class CaseDownService {
}
File file = new File(path + "/oss/" + res);
if(file.isDirectory()){
+ log.info("---------------------"+file.getParentFile().getPath());
ShellUtil.yunDownload(res, file.getParentFile().getPath());
return;