|
@@ -109,15 +109,15 @@ public class ViewController extends Controller {
|
|
|
// report.save();
|
|
|
PatientInfos patientInfos = PatientInfos.dao.use("zskk").findById(exams2.getPatientId());
|
|
|
patientInfos.setName(record.getStr("PATIENTNAME"));
|
|
|
-// patientInfos.setPhone(record.getStr("PHONE"));
|
|
|
-// patientInfos.setCardNum(record.getStr("IDCARD"));
|
|
|
+ patientInfos.setPhone(record.getStr("PHONE"));
|
|
|
+ patientInfos.setCardNum(record.getStr("IDCARD"));
|
|
|
// patientInfos.update();
|
|
|
exams2.setApplicationDepartment(record.getStr("DEPARTMENT"));
|
|
|
exams2.setApplicationDoctor(record.getStr("CLINICALDOCTOR"));
|
|
|
// exams2.setExamStatus(9);
|
|
|
// exams2.update();
|
|
|
d.add(record);
|
|
|
-// WeixinService wService = ServiceFactory.getService(WeixinService.class);
|
|
|
+ WeixinService wService = ServiceFactory.getService(WeixinService.class);
|
|
|
// wService.requestWeixinQrcode(report.getId());
|
|
|
}
|
|
|
this.renderJson(d);
|