Skip to content

Commit 75d717b

Browse files
committed
更新文档
1 parent 749c983 commit 75d717b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Country代码:
9292

9393
* 修复Mapper<T>接口中update操作会更新主键的bug
9494

95-
* 修复Mapper<T>接口中使用Example查询的时候,条件and前面缺少空格,导致在sqlserver中出错
95+
* 修复Mapper<T>接口中使用Example查询的时候,影响美观
9696

9797
* MBG插件增加caseSensitive默认false,当数据库表名区分大小写时,可以将该属性设置为true
9898

wiki/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
* 修复Mapper<T>接口中update操作会更新主键的bug
88

9-
* 修复Mapper<T>接口中使用Example查询的时候,条件and前面缺少空格,导致在sqlserver中出错
9+
* 修复Mapper<T>接口中使用Example查询的时候,条件and前面缺少空格,影响美观
1010

1111
* MBG插件增加caseSensitive默认false,当数据库表名区分大小写时,可以将该属性设置为true
1212

0 commit comments

Comments
 (0)