mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
fix: 上一个条件指向错误。
This commit is contained in:
parent
b18b7b9615
commit
806f5bef06
@ -80,7 +80,7 @@ public class Brackets extends QueryCondition {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected QueryCondition getPrevEffectiveCondition() {
|
protected QueryCondition getPrevEffectiveCondition() {
|
||||||
return childCondition.getPrevEffectiveCondition();
|
return super.getPrevEffectiveCondition();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user