|
@@ -30,11 +30,7 @@ public class DataTask implements ITask {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
Map<String, String> params = new HashMap<>();
|
|
Map<String, String> params = new HashMap<>();
|
|
- params.put("type", "1");
|
|
|
|
-
|
|
|
|
- params.put("institution_id", PropKit.get("institution_id"));
|
|
|
|
-
|
|
|
|
- params.put("code", jsonObject.getString("id"));
|
|
|
|
|
|
+ params.put("exam_id", jsonObject.getString("id"));
|
|
//报告医生姓名
|
|
//报告医生姓名
|
|
params.put("report_doctor_name", record.getStr("REPORTDOCTOR"));
|
|
params.put("report_doctor_name", record.getStr("REPORTDOCTOR"));
|
|
//报告时间
|
|
//报告时间
|