lyhzzz hace 1 semana
padre
commit
887c9c1c76
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/main/java/com/fdkankan/fusion/down/CaseDownService.java

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

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