update docs/zh/intro/use-mybatis-native.md.

数据量 ==> 数据总量

Signed-off-by: Pioneer-Sun <17683946909@163.com>
This commit is contained in:
Pioneer-Sun 2023-08-02 09:41:28 +00:00 committed by Gitee
parent 8cb6ef1d05
commit 01eb645f4e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -72,7 +72,7 @@ Page<Account> accountPage = ccountMapper
> 参数 `selectByName` 指的是在 XML 里定义的 select 节点的 id 的名称。`selectByName` 也可以全写为: `com.mybatisflex.test.mapper.AccountMapper.selectByName` > 参数 `selectByName` 指的是在 XML 里定义的 select 节点的 id 的名称。`selectByName` 也可以全写为: `com.mybatisflex.test.mapper.AccountMapper.selectByName`
> >
> 此时,需要也在 XML 里定义名称为 `selectByName_COUNT` 的 select 节点,用于查询数据量。 > 此时,需要也在 XML 里定义名称为 `selectByName_COUNT` 的 select 节点,用于查询数据量。
XML 代码如下: XML 代码如下: