左侧图形顺序调整

This commit is contained in:
zhal 2022-07-19 10:31:41 +08:00
parent f9e6e38c44
commit 1316b12a24

View File

@ -116,7 +116,7 @@ public class PALMethodCache {
} else { } else {
List<String> result = new ArrayList<>(); List<String> result = new ArrayList<>();
//String[] methodArray = new String[] { "process", "org", "data", "itsystem", "control" }; //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) { for (String method : methodArray) {
if (list.contains(method)) { if (list.contains(method)) {
result.add(method); result.add(method);