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