|
@@ -71,7 +71,7 @@ public class PushFacade {
|
|
|
pushDTO.setDis(data.getDis());
|
|
|
}
|
|
|
//推送指标
|
|
|
- if (featureTypeSet.contains(String.valueOf(FeatureTypeEnum.Feature_Type_Vital_Index.getKey()))) {
|
|
|
+ if (featureTypeSet.contains(String.valueOf(FeatureTypeEnum.Feature_Type_Indication.getKey()))) {
|
|
|
pushDTO.setMedicalIndications(data.getMedicalIndications());
|
|
|
}
|
|
|
//治疗方案
|