add edit method

This commit is contained in:
Looly
2021-04-18 09:37:08 +08:00
parent 6a884e0262
commit bb02950a88
3 changed files with 36 additions and 19 deletions

View File

@@ -3,11 +3,12 @@
-------------------------------------------------------------------------------------------------------------
# 5.6.4 (2021-04-14)
# 5.6.4 (2021-04-18)
### 新特性
* 【core 】 DatePattern补充DateTimeFormatterpr#308@Gitee
* 【core 】 DateUtil.compare增加支持给定格式比较pr#310@Gitee
* 【core 】 BeanUtil增加edit方法issue#I3J6BG@Gitee
### Bug修复
* 【db 】 修复SQL分页时未使用别名导致的错误同时count时取消order by子句issue#I3IJ8X@Gitee