|
@@ -69,7 +69,7 @@ public class DataTask implements ITask {
|
|
|
//检查结果1阴2阳
|
|
|
params.put("report_result", record.getStr("RESULT").equals("1")?"2":"1");
|
|
|
//门诊号住院号
|
|
|
- params.put("hopitalized_no", record.getStr("patientNumber"));
|
|
|
+ params.put("hopitalized_no", "");
|
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|
|
|
tService.execute(() -> {
|
|
|
dService.saveReport(params);
|