diff --git a/boot/platform/src/main/java/com/plate/boot/commons/utils/query/QueryJsonHelper.java b/boot/platform/src/main/java/com/plate/boot/commons/utils/query/QueryJsonHelper.java index 41027cb9..94f5ca44 100644 --- a/boot/platform/src/main/java/com/plate/boot/commons/utils/query/QueryJsonHelper.java +++ b/boot/platform/src/main/java/com/plate/boot/commons/utils/query/QueryJsonHelper.java @@ -157,7 +157,6 @@ private static QueryCondition buildJsonCondition(Map.Entry entry } // 构建 JSON 路径 StringBuilder jsonPath = new StringBuilder("(" + sql); - int lastIndex = keys.length - 1; // 处理中间键 if (lastIndex > 1) {