From 01eb645f4e5227f3275c8ff600c1021c59f5826b Mon Sep 17 00:00:00 2001 From: Pioneer-Sun <17683946909@163.com> Date: Wed, 2 Aug 2023 09:41:28 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/intro/use-mybatis-native.md.?= =?UTF-8?q?=20=E6=95=B0=E6=8D=AE=E9=87=8F=20=3D=3D>=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=80=BB=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pioneer-Sun <17683946909@163.com> --- docs/zh/intro/use-mybatis-native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/intro/use-mybatis-native.md b/docs/zh/intro/use-mybatis-native.md index 1c4ba41b..8beb781b 100644 --- a/docs/zh/intro/use-mybatis-native.md +++ b/docs/zh/intro/use-mybatis-native.md @@ -72,7 +72,7 @@ Page accountPage = ccountMapper > 参数 `selectByName` 指的是在 XML 里定义的 select 节点的 id 的名称。`selectByName` 也可以全写为: `com.mybatisflex.test.mapper.AccountMapper.selectByName`。 > -> 此时,需要也在 XML 里定义名称为 `selectByName_COUNT` 的 select 节点,用于查询数据量。 +> 此时,需要也在 XML 里定义名称为 `selectByName_COUNT` 的 select 节点,用于查询数据总量。 XML 代码如下: