feat: -m core 风格统一

This commit is contained in:
ruansheng 2025-11-22 11:57:07 +08:00
parent ce23df8b09
commit 9469a727a2

View File

@ -71,7 +71,7 @@ public class QueryOrderBy implements CloneSupport<QueryOrderBy> {
}
public String getOrderType() {
return orderType;
return this.orderType;
}
public String toSql(List<QueryTable> queryTables, IDialect dialect) {