🐞fix toNumber bug

This commit is contained in:
Looly
2021-04-22 03:23:25 +08:00
parent c3eefb614c
commit 10503d632f
3 changed files with 144 additions and 80 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.6.4 (2021-04-20)
# 5.6.4 (2021-04-22)
### 新特性
* 【core 】 DatePattern补充DateTimeFormatterpr#308@Gitee
@@ -15,6 +15,7 @@
### Bug修复
* 【db 】 修复SQL分页时未使用别名导致的错误同时count时取消order by子句issue#I3IJ8X@Gitee
* 【extra 】 修复Sftp.reconnectIfTimeout方法判断错误issue#1524@Github
* 【core 】 修复NumberChineseFormatter转数字问题issue#I3IS3S@Gitee
-------------------------------------------------------------------------------------------------------------