刘韬 6 years ago
parent
commit
63c96324b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

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

@@ -90,7 +90,7 @@ public class ViewController extends Controller {
 //				report.setReviewDatetime(parseStringToDate(record.getStr("reportdate")));
 				report.setConfirmDoctorId(getDoctorIdByName(record.getStr("reviewdoctor")));
 //				report.setConfirmDatetime(parseStringToDate(record.getStr("reportdate")));
-				report.save();
+//				report.save();
 				PatientInfos patientInfos = PatientInfos.dao.use("zskk").findById(exams2.getPatientId());
 				patientInfos.setName(record.getStr("patientname"));
 //				patientInfos.setPhone(record.getStr("phone"));