mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
feat: -m core 新增getQueryColumn方法
This commit is contained in:
parent
45ac06ff97
commit
ed4f30cb2c
@ -66,6 +66,9 @@ public class QueryOrderBy implements CloneSupport<QueryOrderBy> {
|
||||
return this;
|
||||
}
|
||||
|
||||
public QueryColumn getQueryColumn() {
|
||||
return this.queryColumn;
|
||||
}
|
||||
|
||||
public String toSql(List<QueryTable> queryTables, IDialect dialect) {
|
||||
String sql = queryColumn.toConditionSql(queryTables, dialect) + orderType;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user