From 806f5bef06dfbd19bae75465546956eb6b3e8e33 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Mon, 14 Aug 2023 11:32:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8A=E4=B8=80=E4=B8=AA=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E6=8C=87=E5=90=91=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mybatisflex/core/query/Brackets.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybatis-flex-core/src/main/java/com/mybatisflex/core/query/Brackets.java b/mybatis-flex-core/src/main/java/com/mybatisflex/core/query/Brackets.java index 9617f4b9..c89a8dbf 100644 --- a/mybatis-flex-core/src/main/java/com/mybatisflex/core/query/Brackets.java +++ b/mybatis-flex-core/src/main/java/com/mybatisflex/core/query/Brackets.java @@ -80,7 +80,7 @@ public class Brackets extends QueryCondition { @Override protected QueryCondition getPrevEffectiveCondition() { - return childCondition.getPrevEffectiveCondition(); + return super.getPrevEffectiveCondition(); } @Override