fix:修复【报告内容表】报表id生成错误Bug
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user