|
@@ -78,6 +78,8 @@ public class CheckTask implements ITask {
|
|
|
params.put("report_result", "0");
|
|
|
// 门诊号住院号
|
|
|
params.put("hopitalized_no", "");
|
|
|
+ params.put("project", record.getStr("JianchaMingcheng") == null ? "" : record.getStr("JianchaMingcheng"));
|
|
|
+ params.put("exam_method", record.getStr("JianchaFangfa") == null ? "" : record.getStr("JianchaFangfa"));
|
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|
|
|
tService.execute(() -> {
|
|
|
dService.saveReport(params);
|