@@ -150,6 +150,7 @@ public class FaultServiceImpl implements IFaultService {
// }
private static List<FaultNode> toTree(List<FaultNode> list, String parentFaultId) {
+ // todo:sort
List<FaultNode> tree = list
.stream()
.filter(