PAL新建模型
This commit is contained in:
parent
0680923052
commit
7a32a3cd57
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user