左侧模型顺序调整
This commit is contained in:
parent
97b3f06a8b
commit
f9e6e38c44
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user