|
@@ -73,7 +73,9 @@ public class DataTask implements ITask {
|
|
|
//患者身份证号
|
|
|
params.put("card_num", record.getStr("IDCARD")==null?"":record.getStr("IDCARD"));
|
|
|
//检查结果1阴2阳
|
|
|
- params.put("report_result", record.getStr("RESULT").contains("阳")?"2":"1");
|
|
|
+// params.put("report_result", record.getStr("RESULT").contains("阳")?"2":"1");
|
|
|
+ params.put("report_result", "");
|
|
|
+
|
|
|
//住院号
|
|
|
params.put("hopitalized_no", "");
|
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|