diff --git a/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java b/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java index 85741a23..a7a975a0 100644 --- a/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java +++ b/jeecg-boot/jeecg-boot-base-core/src/main/java/org/jeecg/common/util/oConvertUtils.java @@ -463,7 +463,7 @@ public class oConvertUtils { return false; } - List childs = childArray.toJavaList(String.class); + String[] childs = childArray.toArray(new String[]{}); for (String v : childs) { if (!isIn(v, all)) { return false; diff --git a/jeecg-boot/pom.xml b/jeecg-boot/pom.xml index ebad130e..31655875 100644 --- a/jeecg-boot/pom.xml +++ b/jeecg-boot/pom.xml @@ -39,7 +39,7 @@ 1.5.2 2.4.1 - 2.0.43 + 1.2.83 5.2.6 1.6.0 0.17.0