|
@@ -264,8 +264,9 @@ public class WeixinService {
|
|
|
String modality = contentJson.getString("name");
|
|
|
String eaxmDate = contentJson.getString("eaxmDate");
|
|
|
String report_id = contentJson.getString("report_id");
|
|
|
+ String exam_id = contentJson.getString("exam_id");
|
|
|
String template_id = LOCAL_REPORT_FINISH_TEMPLATE_ID.get(source);
|
|
|
- String urlString = "https://wechat.pacsonline.cn/wx_patient/web/localReport?report_id=" + report_id;
|
|
|
+ String urlString = "https://wechat.pacsonline.cn/wx_patient/web/localReport?report_id=" + report_id + "&exam_id=" + exam_id;
|
|
|
apiResult = sendLocalReportFinishMsg(openid, urlString, modality, name, eaxmDate, template_id);
|
|
|
}
|
|
|
break;
|