mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
Merge branch 'main' of https://gitee.com/mybatis-flex/mybatis-flex
This commit is contained in:
commit
752e48bebb
@ -2326,7 +2326,7 @@ public class QueryMethods {
|
||||
* 返回指定列的总行数。
|
||||
*/
|
||||
public static FunctionQueryColumn count() {
|
||||
return new FunctionQueryColumn(COUNT);
|
||||
return new FunctionQueryColumn(COUNT, new StringQueryColumn("*"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user