mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
fixed condition.getValue() not correct
This commit is contained in:
parent
234faca5ce
commit
cf1e677d82
@ -83,7 +83,7 @@ public class QueryCondition implements Serializable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Object getValue() {
|
public Object getValue() {
|
||||||
return value;
|
return checkEffective() ? value : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setValue(Object value) {
|
public void setValue(Object value) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user