TreeUtil增加getParentsId方法

This commit is contained in:
Looly
2023-08-16 10:31:50 +08:00
parent b48e793646
commit 80bdac99d9
2 changed files with 38 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.22(2023-08-15)
# 5.8.22(2023-08-16)
### 🐣新特性
* 【core 】 NumberUtil.nullToZero增加重载issue#I7PPD2@Gitee
@@ -12,6 +12,7 @@
* 【http 】 优化HttpUtil.urlWithForm方法pr#1052@Gitee
* 【http 】 优化HttpUtil.urlWithForm方法pr#1052@Gitee
* 【cron 】 优化PatternParser支持年的步进issue#I7SMP7@Gitee
* 【core 】 TreeUtil增加getParentsId方法issue#I7TDCF@Gitee
### 🐞Bug修复
* 【core 】 修复NumberUtil.toBigDecimal转换科学计数法问题issue#3241@Github