|
@@ -222,7 +222,7 @@ public class KnowledgeServiceImpl implements KnowledgeService {
|
|
|
String[] featureTypes = searchData.getFeatureType().split(",");
|
|
|
List<String> featureTypeList = Arrays.asList(featureTypes);
|
|
|
logger.info("前端传来的features :" + featureTypeList);
|
|
|
- Map<String, Map<String, String>> inputs = searchData.getInputs();
|
|
|
+ Map<String, Map<String, String>> inputs = searchData.getGraphInputs();
|
|
|
Integer diseaseType = searchData.getDisType();
|
|
|
logger.info("diseaseType为 :" + diseaseType);
|
|
|
Set<String> ss = new HashSet<>();
|