|
@@ -113,14 +113,14 @@ public class USReportTask implements ITask {
|
|
|
dService.saveReport(paramsreport);
|
|
|
});
|
|
|
|
|
|
-// //上传报告附件
|
|
|
-// Map<String, String> annex_params = new HashMap<>();
|
|
|
-// annex_params.put("institution_id", PropKit.get("institution_id"));
|
|
|
-// annex_params.put("type", "1");
|
|
|
-// annex_params.put("code", examid);
|
|
|
-// //附件类型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", "1");
|
|
|
+ annex_params.put("code", examid);
|
|
|
+ //附件类型1.mp4 2.pdf 3.jpeg
|
|
|
+ annex_params.put("annex_class_code", "3");
|
|
|
+ dService.saveAnnex(annex_params, record.getStr("report_url"));
|
|
|
|
|
|
Record usinfo = new Record().set("code", record.getStr("studyuid"))
|
|
|
.set("createAt", parseStringToDateTime()).set("updateAt", parseStringToDateTime());
|