We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.7.1
高级查询中,选择一个字段,查询条件:“为空”,无法生成SQL List filterConditions = conditions.stream().filter( rule -> oConvertUtils.isNotEmpty(rule.getField()) && oConvertUtils.isNotEmpty(rule.getRule()) && oConvertUtils.isNotEmpty(rule.getVal())
此时val为空,所以生成的filterConditions也为空
The text was updated successfully, but these errors were encountered:
啥意思
Sorry, something went wrong.
高级查询,只查询某个字段“为空”的时候,无法生成正确的SQL
online还是生成的代码
No branches or pull requests
版本号:
3.7.1
问题描述:
高级查询中,选择一个字段,查询条件:“为空”,无法生成SQL
List filterConditions = conditions.stream().filter(
rule -> oConvertUtils.isNotEmpty(rule.getField())
&& oConvertUtils.isNotEmpty(rule.getRule())
&& oConvertUtils.isNotEmpty(rule.getVal())
此时val为空,所以生成的filterConditions也为空
错误截图:
友情提示:
The text was updated successfully, but these errors were encountered: