|
@@ -46,6 +46,8 @@ 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.setHasIndications(data.getHasIndications());
|
|
|
|
+
|
|
//症状
|
|
//症状
|
|
if (featureTypeSet.contains(String.valueOf(FeatureTypeEnum.Feature_Type_Symptom.getKey()))) {
|
|
if (featureTypeSet.contains(String.valueOf(FeatureTypeEnum.Feature_Type_Symptom.getKey()))) {
|
|
List<ConceptPushDTO> symptom = data.getSymptom();
|
|
List<ConceptPushDTO> symptom = data.getSymptom();
|