Explorar el Código

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

Roc hace 7 meses
padre
commit
ed662b5296
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 {