fix zip bug

This commit is contained in:
Looly
2019-12-14 09:03:51 +08:00
parent 7b9c78869b
commit 5ee0a73ebb
3 changed files with 15 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
### Bug修复
* 【db 】 修复SqlExecutor.callQuery关闭Statement导致的问题issue#I16981@Gitee
* 【db 】 修复XmlUtil.xmlToMap中List节点的问题pr#82@Gitee
* 【core】 修复ZipUtil中对于/结尾路径处理的问题issue#I16PKP@Gitee
-------------------------------------------------------------------------------------------------------------