This commit is contained in:
caozehui
2024-12-04 09:50:51 +08:00
parent 3e34faed90
commit f287498659
7 changed files with 82 additions and 80 deletions

View File

@@ -183,11 +183,12 @@ public class DictTreeServiceImpl extends ServiceImpl<DictTreeMapper, DictTree> i
if (CollectionUtils.isEmpty(dictTree.getChildren())) {
list.remove(i);
}
} else {
if (!CollectionUtils.isEmpty(children)) {
filter(children, keyword);
}
}
// else {
// if (!CollectionUtils.isEmpty(children)) {
// filter(children, keyword);
// }
// }
}
}