mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 09:08:24 +08:00
feat: 构建原生查询列支持占位符传参。
This commit is contained in:
parent
957778240a
commit
2d34b1be3d
@ -2406,8 +2406,8 @@ public class QueryMethods {
|
|||||||
/**
|
/**
|
||||||
* 构建自定义列。
|
* 构建自定义列。
|
||||||
*/
|
*/
|
||||||
public static QueryColumn column(String column) {
|
public static QueryColumn column(String column, Object... params) {
|
||||||
return new RawQueryColumn(column);
|
return new RawQueryColumn(column, params);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user