|
@@ -396,7 +396,7 @@ public class KnowledgeServiceImpl implements KnowledgeService {
|
|
|
List<String> bigdataDiagList = new LinkedList<>();//大数据诊断
|
|
|
if (bigdataDiagFeature.size() > 0) {
|
|
|
for (FeatureRate fe : bigdataDiagFeature) {
|
|
|
- if ("neo4j".equals(fe.getSource()) && fe.getDesc().contains("确诊")) {
|
|
|
+ if ("neo4j".equals(fe.getSource()) && (fe.getDesc().contains("确诊")||fe.getDesc().contains("拟诊"))) {
|
|
|
neo4jDiagList.add(fe.getFeatureName());
|
|
|
} else if (fe.getDesc() == null) {
|
|
|
bigdataDiagList.add(fe.getFeatureName());
|