|
@@ -1673,6 +1673,7 @@ public class KnowledgeServiceImpl implements KnowledgeService {
|
|
|
Integer path = 1;
|
|
|
String rel = "";
|
|
|
for (String ni:nisplits) {
|
|
|
+
|
|
|
if(ni.contains("/")){
|
|
|
if(ni.contains("任一")){
|
|
|
path = 1;
|
|
@@ -1710,7 +1711,7 @@ public class KnowledgeServiceImpl implements KnowledgeService {
|
|
|
}
|
|
|
}
|
|
|
}else {
|
|
|
- this.processDetailNum(disName,ni,disName+ni,allData);
|
|
|
+ this.processDetailNum(disName,ni,startNode,allData);
|
|
|
}
|
|
|
}
|
|
|
}
|