lyhzzz 1 week ago
parent
commit
dd032f8090
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/fdkankan/fusion/down/CaseDownService.java

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

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