PAL排序

This commit is contained in:
zhal 2022-07-19 16:45:25 +08:00
parent 73abf91fc7
commit 6371d4f7a2

View File

@ -7842,7 +7842,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
folderArr.add(defaultObj); folderArr.add(defaultObj);
} }
// 内置/扩展建模方法 // 内置/扩展建模方法 修改
List<String> palMethodCategoryList = PALMethodCache.getPALMethodList(true); List<String> palMethodCategoryList = PALMethodCache.getPALMethodList(true);
for (String c : palMethodCategoryList) { for (String c : palMethodCategoryList) {
List<PALMethodModel> list = PALMethodCache.getPALMethodModelListByMethod(c); List<PALMethodModel> list = PALMethodCache.getPALMethodModelListByMethod(c);