|
@@ -54,7 +54,7 @@ public class GraphCalculate {
|
|
|
}
|
|
|
String webDiag = searchData.getDiag();
|
|
|
Set<String> diseaseSet = condition.keySet();
|
|
|
- String[] featureTypes = searchData.getFeatureTypes();
|
|
|
+ String[] featureTypes = searchData.getFeatureType().split(",");
|
|
|
List<String> featureTypeList = Arrays.asList(featureTypes);
|
|
|
logger.info("featureTypeList : "+featureTypeList);
|
|
|
logger.info("diseaseSet :"+diseaseSet);
|