|
@@ -60,6 +60,9 @@ public class PushProcess {
|
|
|
PushDTO pushDTO = new PushDTO();
|
|
|
IcssVo icssVo = pushVo2IcssVo(pushVo);
|
|
|
// String s = JSONObject.toJSONString(icssVo);
|
|
|
+ if(icssVo.getChief().equals("呼吸困难") || icssVo.getSymptom().equals("呼吸困难")){
|
|
|
+ icssVo.setChief("呼吸困难。");
|
|
|
+ }
|
|
|
Response<ResponseData> annotation = icssPushServiceClient.getAnnotation(icssVo);
|
|
|
if(annotation != null){
|
|
|
ResponseData data = annotation.getData();
|