mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
:trollface: false
This commit is contained in:
@@ -488,7 +488,7 @@ public class CollectorUtil {
|
|||||||
recursiveRef.get().accept(children);
|
recursiveRef.get().accept(children);
|
||||||
});
|
});
|
||||||
final List<T> parents = parentFactory.apply(pIdValuesMap);
|
final List<T> parents = parentFactory.apply(pIdValuesMap);
|
||||||
if (!parents.isEmpty()) {
|
if (false == parents.isEmpty()) {
|
||||||
recursiveRef.set(recursive);
|
recursiveRef.set(recursive);
|
||||||
recursiveRef.get().accept(parents);
|
recursiveRef.get().accept(parents);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user