add param support for count and page

This commit is contained in:
Looly
2021-05-22 14:52:22 +08:00
parent 7a006515a5
commit 74a1cb2c68
3 changed files with 23 additions and 62 deletions

View File

@@ -12,6 +12,7 @@
* 【cache 】 CacheObj默认方法改为protectedissue#I3RIEI@Gitee
* 【core 】 FileUtil.isEmpty不存在时返回trueissue#1582@Github
* 【core 】 PhoneUtil增加中国澳门和中国台湾手机号校检方法pr#331@Gitee
* 【db 】 分页查询自定义sql查询添加参数pr#332@Gitee
### 🐞Bug修复
* 【core 】 修复XmlUtil中omitXmlDeclaration参数无效问题issue#1581@Github