Parcourir la source

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

Roc il y a 7 mois
Parent
commit
ed662b5296
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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 {