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) {