mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
update docs/zh/intro/use-mybatis-native.md.
数据量 ==> 数据总量 Signed-off-by: Pioneer-Sun <17683946909@163.com>
This commit is contained in:
parent
8cb6ef1d05
commit
01eb645f4e
@ -72,7 +72,7 @@ Page<Account> accountPage = ccountMapper
|
||||
|
||||
> 参数 `selectByName` 指的是在 XML 里定义的 select 节点的 id 的名称。`selectByName` 也可以全写为: `com.mybatisflex.test.mapper.AccountMapper.selectByName`。
|
||||
>
|
||||
> 此时,需要也在 XML 里定义名称为 `selectByName_COUNT` 的 select 节点,用于查询数据量。
|
||||
> 此时,需要也在 XML 里定义名称为 `selectByName_COUNT` 的 select 节点,用于查询数据总量。
|
||||
|
||||
XML 代码如下:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user