Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix field finding operation #252

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

huayue1012243788QQ
Copy link

修改描述

  1. [bug修复] 修复ReflectUtil.findClassAllFields方法中在继承情况下重复字段的处理问题,该问题导致在生成join语句的过程中会产生两次left join(虽然不影响实际查询)。
  2. [优化] 优化generateEruptJoinHql的执行逻辑,由反射获取字段信息改为从EruptModel获取已缓存的字段信息。

erupts and others added 2 commits April 28, 2024 23:18
…程中会产生两次left join(虽然不影响实际查询)。

2、优化generateEruptJoinHql的执行逻辑,由反射获取字段信息改为从EruptModel获取已缓存的字段信息。
@huayue1012243788QQ huayue1012243788QQ changed the title Find field fix Fix field finding operation May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants