lyhzzz 6 hónapja
szülő
commit
f9e14eacbe

+ 1 - 0
src/main/java/com/fdkankan/fusion/down/CaseDownService.java

@@ -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;
             }