|
@ -72,6 +72,9 @@ public class PatientPhysicalExaminationService extends BaseService {
|
|
|
for (SignFamily signFamilie : signFamilies) {
|
|
|
String patientCode = signFamilie.getPatient();
|
|
|
Patient patient = patientDao.findByCode(patientCode);
|
|
|
if (patient == null) {
|
|
|
continue;
|
|
|
}
|
|
|
String url = "huanzhe/html/jiankangtijian.html?openid=" + patient.getOpenid() + "&toUser=" + patient.getCode() + "&toName=" + patient.getName();
|
|
|
json.put("url", url);
|
|
|
|
|
@ -103,7 +106,7 @@ public class PatientPhysicalExaminationService extends BaseService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
if (flag){
|
|
|
if (flag) {
|
|
|
//发送成功保存发送记录
|
|
|
PhysicalExaminationRecords records = new PhysicalExaminationRecords();
|
|
|
records.setCode(getCode());
|