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