mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
feat: -m core 风格统一
This commit is contained in:
parent
ce23df8b09
commit
9469a727a2
@ -71,7 +71,7 @@ public class QueryOrderBy implements CloneSupport<QueryOrderBy> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getOrderType() {
|
public String getOrderType() {
|
||||||
return orderType;
|
return this.orderType;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String toSql(List<QueryTable> queryTables, IDialect dialect) {
|
public String toSql(List<QueryTable> queryTables, IDialect dialect) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user