|
@@ -87,13 +87,13 @@ public class ReviewTask implements ITask {
|
|
|
}
|
|
|
|
|
|
//上传报告附件
|
|
|
-// Map<String, String> annex_params = new HashMap<>();
|
|
|
-// annex_params.put("institution_id", PropKit.get("institution_id"));
|
|
|
-// annex_params.put("type", "4");
|
|
|
-// annex_params.put("code", record.getStr("studyuid"));
|
|
|
-// //附件类型1.mp4 2.pdf 3.jpeg
|
|
|
-// annex_params.put("annex_class_code", "3");
|
|
|
-// dService.saveAnnex(annex_params, record.getStr("report_url"));
|
|
|
+ Map<String, String> annex_params = new HashMap<>();
|
|
|
+ annex_params.put("institution_id", PropKit.get("institution_id"));
|
|
|
+ annex_params.put("type", "4");
|
|
|
+ annex_params.put("code", record.getStr("studyuid"));
|
|
|
+ //附件类型1.mp4 2.pdf 3.jpeg
|
|
|
+ annex_params.put("annex_class_code", "3");
|
|
|
+ dService.saveAnnex(annex_params, record.getStr("report_url"));
|
|
|
}
|
|
|
}
|
|
|
|