Browse Source

Merge remote-tracking branch 'origin/dev-czh' into dev

dev-DXTZYK
chenzhihang 1 year ago
parent
commit
01299087d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/utils/DVCUtils.java

+ 1
- 1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/utils/DVCUtils.java View File

@@ -581,7 +581,7 @@ public class DVCUtils {
//刷新
refreshRemoteBranches(localPath+"/"+repoFolder, username, password,branch);
// 读取data文件夹中的文件列表
String path = localPath + "\\" + repoFolder + "\\" + filePath;
String path = localPath + "/" + repoFolder + "/" + filePath;
Path dataPath = Paths.get(path);
File[] files = dataPath.toFile().listFiles();



Loading…
Cancel
Save