fix sax for date bug

This commit is contained in:
Looly
2020-05-31 16:45:37 +08:00
parent 5a99c64226
commit 640312c745
4 changed files with 19 additions and 6 deletions

View File

@@ -36,7 +36,8 @@
### Bug修复
* 【core 】 修复SimpleCache死锁问题issue#I1HOKB@Gitee
* 【core 】 修复SemaphoreRunnable释放问题issue#I1HLQQ@Gitee
* 【poi 】 修复Sax方式读取Excel行号错误问题issue#882@Gitee
* 【poi 】 修复Sax方式读取Excel行号错误问题issue#882@Github
* 【poi 】 修复Sax方式读取Excel日期类型数据03和07不一致问题issue#I1HL1C@Gitee
-------------------------------------------------------------------------------------------------------------