|
@@ -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 {
|