LAPTOP-5NTQJPUS\LT 3 months ago
parent
commit
71761b5457
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

@@ -236,10 +236,10 @@ public class ViewController extends Controller {
 //					params.put("his_patient_id", record.getStr("PATIENTID")==null?"":record.getStr("PATIENTID"));
 					//检查方法
 					params.put("exam_project", record.getStr("PROJECT")==null?"":record.getStr("PROJECT"));
-					ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
-					tService.execute(() -> {
+//					ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
+//					tService.execute(() -> {
 						dService.saveReport(params);
-					});	
+//					});	
 				} catch (Exception e) {
 					// TODO: handle exception
 					continue;