add page of sql support

This commit is contained in:
Looly
2020-12-06 07:41:54 +08:00
parent 897dea0b30
commit 36588f7e07
23 changed files with 711 additions and 451 deletions

View File

@@ -3,12 +3,13 @@
-------------------------------------------------------------------------------------------------------------
# 5.5.3 (2020-12-05)
# 5.5.3 (2020-12-06)
### 新特性
* 【core 】 IdcardUtil增加行政区划83issue#1277@Github
* 【core 】 multipart中int改为long解决大文件上传越界问题issue#I27WZ3@Gitee
* 【core 】 ListUtil.page增加检查pr#224@Gitee
* 【db 】 Db增加使用sql的page方法issue#247@Gitee
### Bug修复
* 【cache 】 修复Cache中get重复misCount计数问题issue#1281@Github