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