This commit is contained in:
kamhung
2015-11-23 11:28:56 +08:00
parent 2107f73774
commit 281876ec0a

View File

@@ -118,7 +118,7 @@ final class FilterBeanNode extends FilterNode {
if (node == null) { if (node == null) {
nodemap.put(key, newnode); nodemap.put(key, newnode);
} else { } else {
node.any(newnode, !key.contains("[OR]")); node.any(newnode, key.contains("[OR]"));
} }
} }
} }