This commit is contained in:
@@ -117,7 +117,7 @@ public class FilterNode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static FilterNode create(String column, Serializable value) {
|
public static FilterNode create(String column, Serializable value) {
|
||||||
return create(column, FilterExpress.EQUAL, value);
|
return create(column, null, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static FilterNode create(String column, FilterExpress express, Serializable value) {
|
public static FilterNode create(String column, FilterExpress express, Serializable value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user