左侧模型顺序调整

This commit is contained in:
zhal 2022-07-19 10:25:55 +08:00
parent 97b3f06a8b
commit f9e6e38c44

View File

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