改版EntityXInfo

This commit is contained in:
地平线
2015-05-31 10:08:26 +08:00
parent 34b9b796df
commit bef06801a0

View File

@@ -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;