Revert "fastjson升级至2.0.43"

This reverts commit d87ffc11e7.
This commit is contained in:
EightMonth
2025-03-25 14:55:36 +08:00
parent b4aab76057
commit a27b94c4c6
2 changed files with 2 additions and 2 deletions

View File

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