|
@@ -70,9 +70,9 @@ public class TempTask implements ITask {
|
|
|
params.put("report_result", record.getStr("RESULT")==null?"":(record.getStr("RESULT").equals("1")?"2":"1"));
|
|
|
params.put("hopitalized_no", record.getStr("PATIENTID"));
|
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|
|
|
- tService.execute(() -> {
|
|
|
+// tService.execute(() -> {
|
|
|
dService.saveReport(params);
|
|
|
- });
|
|
|
+// });
|
|
|
} catch (Exception e) {
|
|
|
// TODO: handle exception
|
|
|
continue;
|