|
|
|
@ -206,12 +206,15 @@ public class SeKnowGroupController extends JeecgController<SeKnowGroup, ISeKnowG |
|
|
|
|
nodelist.add(nodes1); |
|
|
|
|
//开始第二层循环
|
|
|
|
|
List<String> listid2 = seKnowGroupService.listid(listid.get(i)); |
|
|
|
|
|
|
|
|
|
for (int j =0;j<listid2.size();j++ ){ |
|
|
|
|
NodeName nodes2 = new NodeName(); |
|
|
|
|
nodes2.setName(seKonwService.getById(listid.get(j)).getName()); |
|
|
|
|
System.out.println(seKonwService.getById(listid.get(j)).getName()); |
|
|
|
|
nodelist.add(nodes2); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//现在开始组装知识图谱经管系节点
|
|
|
|
|
List<NodeList> nodelistdss = new ArrayList<>(); |
|
|
|
|
//首先根据中心知识点查询
|
|
|
|
|