fix convert to int bug

This commit is contained in:
Looly
2022-06-16 12:49:55 +08:00
parent 64e11c9de8
commit ea4bc023af
4 changed files with 15 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
### 🐞Bug修复
* 【extra 】 修复createExtractor中抛出异常后流未关闭问题pr#2384@Github
* 【core 】 修复CsvData.getHeader没有判空导致空指针问题issue#I5CK7Q@Gitee
* 【core 】 修复单字母转换为数字的问题issue#I5C4K1@Gitee
-------------------------------------------------------------------------------------------------------------