From 1316b12a2496bc25bc3a0272832e423ad0c0ce92 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Tue, 19 Jul 2022 10:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E5=9B=BE=E5=BD=A2=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/method/cache/PALMethodCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/method/cache/PALMethodCache.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/method/cache/PALMethodCache.java index f020780a..3208ae8a 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/method/cache/PALMethodCache.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/method/cache/PALMethodCache.java @@ -116,7 +116,7 @@ public class PALMethodCache { } else { List result = new ArrayList<>(); //String[] methodArray = new String[] { "process", "org", "data", "itsystem", "control" }; - String[] methodArray = new String[] { "process","control","data", "org","itsystem"}; + String[] methodArray = new String[] { "process","data","control","org","itsystem"}; for (String method : methodArray) { if (list.contains(method)) { result.add(method);