add 获取查询条件
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ public class SysCategoryServiceImpl extends ServiceImpl<SysCategoryMapper, SysCa
|
||||
}
|
||||
List<SysCategoryTreeVO> tree = new ArrayList<>();
|
||||
if(CollectionUtils.isNotEmpty(list)){
|
||||
tree = TreeUtils.getSysCategoryTree(list,cut);
|
||||
tree = TreeUtils.getSysCategoryTree(list, cut);
|
||||
}
|
||||
Collections.sort(tree, Comparator.comparing(SysCategoryTreeVO::getTitle));
|
||||
return tree;
|
||||
|
||||
Reference in New Issue
Block a user