fix db bug

This commit is contained in:
Looly
2019-09-19 07:38:19 +08:00
parent 334ad373c2
commit 470e8f9633
4 changed files with 65 additions and 111 deletions

View File

@@ -12,6 +12,7 @@
### Bug修复
* 【core】 修复DateUtil.offset导致的时区错误问题issue#I1294O@Gitee
* 【core】 修复RuntimeUtil.exec重载导致的问题issue#544@Github
* 【db】 修复StatementUtil.getGeneratedKeys返回主键数量不足问题
-------------------------------------------------------------------------------------------------------------