PAL新建模型

This commit is contained in:
zhal 2022-07-19 19:33:55 +08:00
parent 0680923052
commit 7a32a3cd57

View File

@ -7842,7 +7842,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
folderArr.add(defaultObj);
}
// 内置/扩展建模方法 修改
// 内置/扩展建模方法
List<String> palMethodCategoryList = PALMethodCache.getPALMethodList(true);
for (String c : palMethodCategoryList) {
List<PALMethodModel> list = PALMethodCache.getPALMethodModelListByMethod(c);
@ -8145,8 +8145,9 @@ public class CoeProcessLevelWeb extends ActionWeb {
// }
// }
}
System.out.println("xxxxxxxxxxxxxxxxxxx"+model.getId());
// 保存文件属性
//PALRepositoryAPIManager.getInstance().updateRepositoryProperty(model.getId());
PALRepositoryAPIManager.getInstance().updateRepositoryProperty(model.getId());
JSONArray repositoryPathData = CoeProcessLevelUtil.getRepositoryPath(parentId);