|
@@ -251,7 +251,7 @@ public class WeixinService {
|
|
|
String name = contentJson.getString("name");
|
|
|
String modality = contentJson.getString("modality");
|
|
|
String status = contentJson.getString("status");
|
|
|
- String template_id = REMOTE_DIAGNOSIS_REFUND_TEMPLATE_ID.get(source);
|
|
|
+ String template_id = LOCAL_EXAM_FINISH_TEMPLATE_ID.get(source);
|
|
|
apiResult = sendLocalExamFinishMsg(openid, urlString, name, modality, status, template_id);
|
|
|
}
|
|
|
break;
|
|
@@ -263,7 +263,7 @@ public class WeixinService {
|
|
|
String name = contentJson.getString("modality");
|
|
|
String modality = contentJson.getString("name");
|
|
|
String eaxmDate = contentJson.getString("eaxmDate");
|
|
|
- String template_id = REMOTE_DIAGNOSIS_REFUND_TEMPLATE_ID.get(source);
|
|
|
+ String template_id = LOCAL_REPORT_FINISH_TEMPLATE_ID.get(source);
|
|
|
apiResult = sendLocalReportFinishMsg(openid, urlString, modality, name, eaxmDate, template_id);
|
|
|
}
|
|
|
break;
|