fix:报告模板评审预览增加fileId

This commit is contained in:
2026-01-15 10:48:33 +08:00
parent 665745bae4
commit c3941e00e6
2 changed files with 8 additions and 4 deletions

View File

@@ -164,6 +164,7 @@ public class SimulationReportTemplateServiceImpl extends ServiceImpl<SimulationR
return SdmResponse.failed("报告模版草稿不存在");
} else {
// 发起评审
templateDto.setFileId(reportTemplate.getFileId());
SdmResponse approveRespond = launchApprove(templateDto);
if (!approveRespond.isSuccess()) {
return SdmResponse.failed("发起评审失败");