修复SqlUtil.formatSql 格式化的sql换行异常

This commit is contained in:
Looly
2023-08-04 15:41:19 +08:00
parent 7f814b1fb3
commit a42c8dbd99
2 changed files with 10 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.22(2023-08-02)
# 5.8.22(2023-08-04)
### 🐣新特性
* 【core 】 NumberUtil.nullToZero增加重载issue#I7PPD2@Gitee
@@ -11,6 +11,7 @@
### 🐞Bug修复
* 【core 】 修复NumberUtil.toBigDecimal转换科学计数法问题issue#3241@Github
* 【core 】 修复PathUtil.moveContent当target不存在时会报错问题issue#3238@Github
* 【db 】 修复SqlUtil.formatSql 格式化的sql换行异常pr#3247@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.21(2023-07-29)