修复insertOrUpdate更新中条件字段没有移除问题

This commit is contained in:
Looly
2023-04-18 22:41:44 +08:00
parent ce1c0bab45
commit b79e8ced7e
3 changed files with 18 additions and 7 deletions

View File

@@ -2,12 +2,13 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.19.M1 (2023-04-17)
# 5.8.19.M1 (2023-04-18)
### 🐣新特性
### 🐞Bug修复
* 【core 】 修复URLUtil.decode无法解码UTF-16问题issue#3063@Github
* 【db 】 修复insertOrUpdate更新中条件字段没有移除问题issue#I6W91Z@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.18 (2023-04-16)