From f9e6e38c440786671c1d13351cc502e026c2a58a Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Tue, 19 Jul 2022 10:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E6=A8=A1=E5=9E=8B=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java index 02c23dd8..42e442c8 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessLevelWeb.java @@ -7843,7 +7843,7 @@ public class CoeProcessLevelWeb extends ActionWeb { } // 内置/扩展建模方法 - List palMethodCategoryList = PALMethodCache.getPALMethodList(false); + List palMethodCategoryList = PALMethodCache.getPALMethodList(true); for (String c : palMethodCategoryList) { List list = PALMethodCache.getPALMethodModelListByMethod(c); for (PALMethodModel model : list) {