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 a7a975a0d..85741a233 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; } - String[] childs = childArray.toArray(new String[]{}); + List childs = childArray.toJavaList(String.class); for (String v : childs) { if (!isIn(v, all)) { return false; diff --git a/jeecg-boot/pom.xml b/jeecg-boot/pom.xml index 316558755..ebad130ec 100644 --- a/jeecg-boot/pom.xml +++ b/jeecg-boot/pom.xml @@ -39,7 +39,7 @@ 1.5.2 2.4.1 - 1.2.83 + 2.0.43 5.2.6 1.6.0 0.17.0