Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
donhui committed Sep 2, 2019
1 parent 84019a4 commit 36401e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 36401e0

Please sign in to comment.