We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749c983 commit 75d717bCopy full SHA for 75d717b
README.md
@@ -92,7 +92,7 @@ Country代码:
92
93
* 修复Mapper<T>接口中update操作会更新主键的bug
94
95
-* 修复Mapper<T>接口中使用Example查询的时候,条件and前面缺少空格,导致在sqlserver中出错
+* 修复Mapper<T>接口中使用Example查询的时候,影响美观
96
97
* MBG插件增加caseSensitive默认false,当数据库表名区分大小写时,可以将该属性设置为true
98
wiki/Changelog.md
@@ -6,7 +6,7 @@
6
7
8
9
+* 修复Mapper<T>接口中使用Example查询的时候,条件and前面缺少空格,影响美观
10
11
12
0 commit comments