|
@@ -64,6 +64,14 @@ public class VertexComputeInfo {
|
|
|
return vertexComputeInfo;
|
|
|
}
|
|
|
|
|
|
+ //todo 为解决公司股东不存在的情况,如 华为资产管理委员会 不存在
|
|
|
+// List<Edge<Text, HolderEdge>> tmpEdge = edges.stream().filter(e -> e.getValue().getHolderType().get() != 4).collect(Collectors.toList());
|
|
|
+// if (tmpEdge == null || tmpEdge.isEmpty()) {
|
|
|
+// VertexComputeInfo vertexComputeInfo = new VertexComputeInfo();
|
|
|
+// vertexComputeInfo.manualStop = manualStop;
|
|
|
+// return vertexComputeInfo;
|
|
|
+// }
|
|
|
+
|
|
|
|
|
|
//控股股东,及出资比例
|
|
|
Map<String, Double> majorityShareholder = edges.getMajorityShareholder(legalEntityIds);
|