Browse Source

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

dev-lhz
chenzhihang 1 year ago
parent
commit
7f6c8ff133
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ModelsServiceImpl.java

+ 1
- 0
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ModelsServiceImpl.java View File

@@ -1067,6 +1067,7 @@ public class ModelsServiceImpl implements ModelsService {
String parentModel = JSON.toJSONString(map);
modelDependency1Dao.deleteModelDependency(parentModel);
dvcUtils.deleteDirectory(rootPath);
FileUtil.renameFile(rootPath, rootPath + "_deleted");
}

public List<ModelsVo> convert(List<Map<String, Object>> lst, String modelTopic, String modelTagName, String modelTypeName) {


Loading…
Cancel
Save