浏览代码

fix:协作报告也要生成汇总音频

Roc 7 月之前
父节点
当前提交
ed662b5296
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      services/report_v2.go

+ 2 - 1
services/report_v2.go

@@ -1386,7 +1386,8 @@ func UpdateReportVideo(reportInfo *models.Report) {
 		for _, chapter := range chapterList {
 			if chapter.PublishState == 2 {
 				reportChapterIdList = append(reportChapterIdList, chapter.ReportChapterId)
-				reportContent += chapter.Content
+				reportContent += chapter.Title + `。`
+				reportContent += chapter.Content + `。`
 			}
 		}
 		if len(reportChapterIdList) > 0 {