改版EntityXInfo
This commit is contained in:
@@ -54,7 +54,6 @@ public class FilterBeanNode extends FilterNode {
|
||||
FilterExpress exp = fc == null ? null : fc.express();
|
||||
if (this.array || this.collection) {
|
||||
if (Range.class.isAssignableFrom(type.getComponentType())) {
|
||||
if (exp == null) exp = AND;
|
||||
if (AND != exp) exp = OR;
|
||||
} else {
|
||||
if (NOTIN != exp) exp = IN;
|
||||
|
||||
Reference in New Issue
Block a user