fix batch

This commit is contained in:
Looly
2019-09-22 00:05:48 +08:00
parent c9f77e1746
commit 0e453b099a
8 changed files with 163 additions and 88 deletions

View File

@@ -18,6 +18,8 @@
* 【db】 StatementUtil增加setParam方法
* 【db】 Entity.fieldList改为有序实现
* 【crypto】 AES、DES增加对ZeroPadding的支持issue#551@Github
* 【db】 优化批量插入代码减少类型判断导致的性能问题issue#I12B4Z@Gitee
* 【db】 优化SQL日志格式和日志显示
### Bug修复
* 【core】 修复DateUtil.offset导致的时区错误问题issue#I1294O@Gitee