浏览代码

fix:章节的展示形式

Roc 5 月之前
父节点
当前提交
b31f5f539a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      services/report/report_chapter.go

+ 1 - 0
services/report/report_chapter.go

@@ -647,6 +647,7 @@ func GetChapterListByReportChapterIdList(classifyNameFirst string, reportId int,
 		temp.VideoName = item.VideoName
 		temp.VideoPlaySeconds = item.VideoPlaySeconds
 		temp.VideoSize = item.VideoSize
+		temp.Content = item.Content
 
 		// 系统配置的参数,只有配置的章节类型,才能赋值
 		if typeItem != nil {