|
@@ -118,6 +118,11 @@ public class PushProcess {
|
|
|
|| (StringUtils.isNotBlank(icssVo.getSymptom()) && icssVo.getSymptom().trim().equals("呼吸困难"))) {
|
|
|
icssVo.setChief("呼吸困难。");
|
|
|
}
|
|
|
+ String pasts = icssVo.getPasts();
|
|
|
+ if(StringUtils.isNotBlank(pasts)){
|
|
|
+ pasts = pasts.replaceAll("\\“","\"");
|
|
|
+ icssVo.setPasts(pasts);
|
|
|
+ }
|
|
|
Response<ResponseData> annotation = icssPushServiceClient.getAnnotation(icssVo);
|
|
|
if (annotation != null) {
|
|
|
ResponseData data = annotation.getData();
|