fix convert bug

This commit is contained in:
Looly
2021-07-28 00:35:03 +08:00
parent fca211de07
commit c3f1fe50e4
7 changed files with 55 additions and 18 deletions

View File

@@ -3,14 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.7 (2021-07-27)
### 🐣新特性
### 🐞Bug修复
-------------------------------------------------------------------------------------------------------------
# 5.7.6 (2021-07-26)
# 5.7.6 (2021-07-28)
### 🐣新特性
* 【core 】 增加FieldsComparatorpr#374@Gitee
@@ -30,7 +23,9 @@
* 【core 】 修复FileTypeUtil判断wps修改过的xlsx误判为jar的问题pr#380@Gitee
* 【core 】 修复Sftp.isDir异常bugpr#378@Gitee
* 【core 】 修复BeanUtil.copyProperties集合元素复制成功读取失败的问题issue#I41WKP@Gitee
* 【core 】 修复NumberChineseFormatter.chineseToNumber十位数错误issue#1726@Gitee
* 【core 】 修复NumberChineseFormatter.chineseToNumber十位数错误issue#1726@github
* 【poi 】 修复BeanSheetReader.read中字段对象为空导致的报错issue#1729@Github
* 【core 】 修复DateConverter转换java.sql.Date问题issue#1729@Github
-------------------------------------------------------------------------------------------------------------