左侧图形顺序调整
This commit is contained in:
parent
f9e6e38c44
commit
1316b12a24
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user