|
@@ -116,6 +116,9 @@ public class PushFacade {
|
|
String[] featureTypes = featureType.split(",|,");
|
|
String[] featureTypes = featureType.split(",|,");
|
|
Set<String> featureTypeSet = new HashSet(Arrays.asList(featureTypes));
|
|
Set<String> featureTypeSet = new HashSet(Arrays.asList(featureTypes));
|
|
|
|
|
|
|
|
+ //推理结果返回科室
|
|
|
|
+ pushDTO.setDept(data.getDept());
|
|
|
|
+
|
|
//症状 概念+标签id
|
|
//症状 概念+标签id
|
|
if (featureTypeSet.contains(String.valueOf(FeatureTypeEnum.Symptom.getKey()))) {
|
|
if (featureTypeSet.contains(String.valueOf(FeatureTypeEnum.Symptom.getKey()))) {
|
|
List<ConceptPushDTO> symptom = data.getSymptom();
|
|
List<ConceptPushDTO> symptom = data.getSymptom();
|