|
@@ -65,8 +65,6 @@ public class ViewController extends Controller {
|
|
|
|
|
|
public void tempmatch() {
|
|
|
|
|
|
-
|
|
|
-
|
|
|
DataService dService = ServiceFactory.getService(DataService.class);
|
|
|
|
|
|
List<Record> records = Db.use("connected").find(
|
|
@@ -131,10 +129,10 @@ public class ViewController extends Controller {
|
|
|
params.put("his_patient_id", record.getStr("PATIENTID") == null ? "" : record.getStr("PATIENTID"));
|
|
|
// 检查方法
|
|
|
params.put("exam_project", record.getStr("PROIECT"));
|
|
|
- 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
|