DATACMNS-1168 - QuerydslPredicateBuilder now returns empty predicate by default.
This commit is contained in:
@@ -90,7 +90,7 @@ public class QuerydslPredicateBuilder {
|
||||
BooleanBuilder builder = new BooleanBuilder();
|
||||
|
||||
if (values.isEmpty()) {
|
||||
return builder.getValue();
|
||||
return builder;
|
||||
}
|
||||
|
||||
for (Entry<String, List<String>> entry : values.entrySet()) {
|
||||
|
||||
Reference in New Issue
Block a user