|
@@ -58,11 +58,9 @@ public class ViewController extends Controller {
|
|
|
// continue;
|
|
|
}
|
|
|
Map<String, String> params = new HashMap<>();
|
|
|
- params.put("type", "1");
|
|
|
-
|
|
|
- params.put("institution_id", PropKit.get("institution_id"));
|
|
|
+
|
|
|
|
|
|
- params.put("code", "cnb510u72ap7yycu");
|
|
|
+ params.put("exam_id", "cnb510u72ap7yycu");
|
|
|
//报告医生姓名
|
|
|
params.put("report_doctor_name", record.getStr("REPORTDOCTOR"));
|
|
|
//报告时间
|