fastjson升级至2.0.43

This commit is contained in:
EightMonth
2025-03-25 14:00:43 +08:00
parent e11d831114
commit d87ffc11e7
2 changed files with 2 additions and 2 deletions

View File

@ -463,7 +463,7 @@ public class oConvertUtils {
return false;
}
String[] childs = childArray.toArray(new String[]{});
List<String> childs = childArray.toJavaList(String.class);
for (String v : childs) {
if (!isIn(v, all)) {
return false;