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

query dsl查询or()和and()方法不生效 #42

Open
wayshall opened this issue Dec 30, 2021 · 0 comments
Open

query dsl查询or()和and()方法不生效 #42

wayshall opened this issue Dec 30, 2021 · 0 comments
Labels
Milestone

Comments

@wayshall
Copy link
Owner

wayshall commented Dec 30, 2021

query dsl查询or()和and()方法不生效

baseEntityManager.from(CustomerEntity.class)
                        .where()
                             .field("longitude").is(SQLKeys.Null, 0)
                             .or().field("latitude").is(SQLKeys.Null, 0)
                             .toQuery()
                        .list();
@wayshall wayshall added the bug label Dec 30, 2021
@wayshall wayshall added this to the 4.8.0 milestone Dec 30, 2021
wayshall added a commit that referenced this issue Dec 30, 2021
修复: query dsl查询or()和and()方法不生效

fix #42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant