|
|
|
@@ -1132,7 +1132,7 @@ public class ModelsServiceImpl implements ModelsService { |
|
|
|
String parentModel = JSON.toJSONString(map); |
|
|
|
modelDependency1Dao.deleteModelDependency(parentModel); |
|
|
|
dvcUtils.deleteDirectory(rootPath); |
|
|
|
FileUtil.renameFile(rootPath, rootPath + "_deleted"); |
|
|
|
FileUtil.renameFile(rootPath, rootPath + "_deleted" + System.currentTimeMillis()); |
|
|
|
} |
|
|
|
|
|
|
|
public List<ModelsVo> convert(List<Map<String, Object>> lst, String modelTopic, String modelTagName, String modelTypeName) { |
|
|
|
|