fix db bug

This commit is contained in:
Looly
2021-02-25 21:59:39 +08:00
parent 95e0292757
commit d615b5147b
3 changed files with 42 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.5.9 (2021-02-20)
# 5.5.9 (2021-02-25)
### 新特性
* 【crypto 】 PemUtil.readPemKey支持ECpr#1366@Github
@@ -21,6 +21,7 @@
* 【poi 】 修复ExcelPicUtil中图表报错问题issue#I38857@Gitee
* 【core 】 修复ListUtil.page方法返回空列表无法编辑问题issue#1415@Github
* 【core 】 修复ListUtil.sub中step不通结果不一致问题issue#1409@Github
* 【db 】 修复Condition转换参数值时未转换数字异常issue#I38LTM@Gitee
-------------------------------------------------------------------------------------------------------------