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

Merge pull request !225 from Pioneer-Sun/N/A
This commit is contained in:
Michael Yang 2023-08-02 09:51:17 +00:00 committed by Gitee
commit 63a849c458
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`
>
> 此时,需要也在 XML 里定义名称为 `selectByName_COUNT` 的 select 节点,用于查询数据量。
> 此时,需要也在 XML 里定义名称为 `selectByName_COUNT` 的 select 节点,用于查询数据量。
XML 代码如下: