|
@@ -64,6 +64,8 @@ public class DataTask implements ITask {
|
|
|
params.put("card_num", record.getStr("idcard"));
|
|
|
//检查结果1阴2阳
|
|
|
params.put("report_result", "0");
|
|
|
+ params.put("hopitalized_no", record.getStr("patientNumber"));
|
|
|
+
|
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|
|
|
tService.execute(() -> {
|
|
|
dService.saveReport(params);
|