修复IndexedComparator导致的数据错乱问题(ExcelWriter使用部分别名导致字段丢失)

This commit is contained in:
Looly
2022-12-27 19:59:35 +08:00
parent 05c32a8f46
commit 1e11bd5da5
2 changed files with 11 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
* 【core 】 修复JSONXMLSerializer将Json转为XML时遇到嵌套需要递归情况时会丢失contentKeys问题pr#903@Gitee
* 【db 】 修复使用mariadb通过jdbcurl创建SimpleDataSource报NullPointExceptionpr#900@Gitee
* 【core 】 修复UrlBuilder中参数中包括"://"判断错误问题pr#898@Gitee
* 【core 】 修复IndexedComparator导致的数据错乱问题ExcelWriter使用部分别名导致字段丢失issue#I66Z6B@Gitee
-------------------------------------------------------------------------------------------------------------