Explorar el Código

推理结果返回科室信息

zhaops hace 5 años
padre
commit
20c76f7b70
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      icss-service/src/main/java/com/diagbot/facade/PushFacade.java

+ 3 - 0
icss-service/src/main/java/com/diagbot/facade/PushFacade.java

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