刘韬 3 anni fa
parent
commit
78d925200c
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      DataFusion/src/com/zskk/control/ViewController.java

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

@@ -120,10 +120,10 @@ public class ViewController extends Controller {
 					//检查方法
 //					params.put("exam_project", record.getStr("patientNumber"));
 
-					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;