From 9469a727a21b7515cb889a4a8f5e455827551966 Mon Sep 17 00:00:00 2001 From: ruansheng Date: Sat, 22 Nov 2025 11:57:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20-m=20core=20=E9=A3=8E=E6=A0=BC=E7=BB=9F?= =?UTF-8?q?=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mybatisflex/core/query/QueryOrderBy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybatis-flex-core/src/main/java/com/mybatisflex/core/query/QueryOrderBy.java b/mybatis-flex-core/src/main/java/com/mybatisflex/core/query/QueryOrderBy.java index 81c2adb2..67571a43 100644 --- a/mybatis-flex-core/src/main/java/com/mybatisflex/core/query/QueryOrderBy.java +++ b/mybatis-flex-core/src/main/java/com/mybatisflex/core/query/QueryOrderBy.java @@ -71,7 +71,7 @@ public class QueryOrderBy implements CloneSupport { } public String getOrderType() { - return orderType; + return this.orderType; } public String toSql(List queryTables, IDialect dialect) {