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