Skip to content

Commit

Permalink
✨ feat: 优化查询和转换逻辑,添加 JsonPointerException 异常处理,完善 UserAuditorConverte…
Browse files Browse the repository at this point in the history
…rs 注释,调整 LoggerRequest 构造方法,增强 AbstractDatabase 查询功能,改进 ContextUtils 和 BeanUtils 工具类
  • Loading branch information
vnobo committed Sep 14, 2024
1 parent 1307c56 commit bf887fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ private static QueryCondition buildJsonCondition(Map.Entry<String, Object> entry
}
// 构建 JSON 路径
StringBuilder jsonPath = new StringBuilder("(" + sql);

int lastIndex = keys.length - 1;
// 处理中间键
if (lastIndex > 1) {
Expand Down

0 comments on commit bf887fd

Please sign in to comment.