fix CombinationAnnotationElement bug

This commit is contained in:
Looly
2019-09-19 16:35:26 +08:00
parent 010f0554ae
commit 0aeb4d2512
5 changed files with 72 additions and 80 deletions

View File

@@ -10,11 +10,13 @@
* 【http】 body方法传null跳过而非报错issue#I12AP2@Gitee
* 【core】 TimeInterval增加intervalPretty方法issue#I12A6T@Gitee
* 【core】 改进ArrayUtil.toString提高性能
### Bug修复
* 【core】 修复DateUtil.offset导致的时区错误问题issue#I1294O@Gitee
* 【core】 修复RuntimeUtil.exec重载导致的问题issue#544@Github
* 【db】 修复StatementUtil.getGeneratedKeys返回主键数量不足问题
* 【db】 修复锁的问题issue#546@Github
* 【db】 修复CombinationAnnotationElement问题issue#547@Github
-------------------------------------------------------------------------------------------------------------