fix convert bug

This commit is contained in:
Looly
2022-03-08 19:21:07 +08:00
parent 5eac491cd4
commit 8a82424097
4 changed files with 30 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.7.23 (2022-03-05)
# 5.7.23 (2022-03-08)
### 🐣新特性
* 【http 】 HttpRequest.form采用TableMap方式issue#I4W427@Gitee
@@ -11,6 +11,7 @@
* 【crypto 】 增加XXTEA实现issue#I4WH2X@Gitee
### 🐞Bug修复
* 【core 】 修复ObjectUtil.hasNull传入null返回true的问题pr#555@Gitee
* 【core 】 修复NumberConverter对数字转换的问题issue#I4WPF4@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.7.22 (2022-03-01)