fix:修复【报告内容表】报表id生成错误Bug

This commit is contained in:
2023-05-11 15:42:45 +08:00
parent 3823447cab
commit 028be3532d
@@ -128,7 +128,7 @@ public class ITtReportManageActServiceImpl extends ServiceImpl<TtReportManageAct
public void saveReport(TtReportManageAct ttReportManageAct) {
//插入报表内容表
try {
iReportContentService.insertReportContent(ttReportManageAct.getId(), ttReportManageAct.getFileId());
iReportContentService.insertReportContent(ttReportManageAct.getDataId(), ttReportManageAct.getFileId());
log.info("抽取报告内容");
} catch (IOException e) {
log.error("获取报告内容失败", e);