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

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

@@ -90,8 +90,8 @@ public class ViewController extends Controller {
 //				patientInfos.update();
 				exams2.setApplicationDepartment(record.getStr("DEPATMENT"));
 				exams2.setApplicationDoctor(record.getStr("CLINICALDOCTOR"));
-//				exams2.setExamStatus(9);
-				exams2.update();
+				exams2.setExamStatus(9);
+//				exams2.update();
 				examsd.add(record);
 				WeixinService wService = ServiceFactory.getService(WeixinService.class);
 				wService.requestWeixinQrcode(report.getId());