From 36401e0e9aa9407bf233ce2f7b23fa3a321211fb Mon Sep 17 00:00:00 2001 From: donhui <977675308@qq.com> Date: Mon, 2 Sep 2019 19:15:20 +0800 Subject: [PATCH] update doc --- README.md | 2 +- README.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7649679..8637fb5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ WHERE 1=1 ``` ## MyBatis Rules -There are 6 built-in mybatis rules, which select, update and delete statement has two rules. +There are 7 built-in mybatis rules, which select statement has three rules, update and delete statement has two rules. ![mybatis-rules](images/mybatis-rules.png) diff --git a/README.zh.md b/README.zh.md index 253bf35..ed194d8 100644 --- a/README.zh.md +++ b/README.zh.md @@ -24,7 +24,7 @@ WHERE 1=1 ``` ## MyBatis 规则 -有6个内置的规则,select、update 以及 delete 语句分别有2个规则。 +有7个内置的规则,select语句有3个规则,update 以及 delete 语句分别有2个规则。 ![mybatis-rules](images/mybatis-rules.png)