Răsfoiți Sursa

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

Roc 7 luni în urmă
părinte
comite
ed662b5296
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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 {