刘韬 5 years ago
parent
commit
2b3cdd3fad
1 changed files with 3 additions and 3 deletions
  1. 3 3
      DataFusion/src/com/zskk/control/ViewController.java

+ 3 - 3
DataFusion/src/com/zskk/control/ViewController.java

@@ -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);