修复FilterJoinNode.any方法bug
This commit is contained in:
@@ -99,7 +99,7 @@ public class FilterJoinNode extends FilterNode {
|
|||||||
if (this.column == null) this.or = signor;
|
if (this.column == null) this.or = signor;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
this.nodes = new FilterNode[]{new FilterJoinNode(node), node};
|
this.nodes = new FilterNode[]{new FilterJoinNode(this), node};
|
||||||
this.column = null;
|
this.column = null;
|
||||||
this.express = null;
|
this.express = null;
|
||||||
this.itemand = true;
|
this.itemand = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user