|
@@ -123,6 +123,7 @@ func GetChapterListByReport(classifyNameFirst string, reportId int, validWeekTyp
|
|
temp.TypeId = item.TypeId
|
|
temp.TypeId = item.TypeId
|
|
temp.TypeName = item.TypeName
|
|
temp.TypeName = item.TypeName
|
|
temp.Title = item.Title
|
|
temp.Title = item.Title
|
|
|
|
+ temp.Trend = item.Trend
|
|
temp.ReportId = item.ReportId
|
|
temp.ReportId = item.ReportId
|
|
temp.Sort = typeItem.Sort
|
|
temp.Sort = typeItem.Sort
|
|
temp.PublishTime = item.PublishTime
|
|
temp.PublishTime = item.PublishTime
|
|
@@ -298,7 +299,7 @@ func GetMenuChapter(reportId int, typeIds []int, classifyNameFirst string, repor
|
|
temp.ReportChapterId = item.ReportChapterId
|
|
temp.ReportChapterId = item.ReportChapterId
|
|
temp.ReportId = item.ReportId
|
|
temp.ReportId = item.ReportId
|
|
temp.ReportChapterTypeName = typeItem.ReportChapterTypeName
|
|
temp.ReportChapterTypeName = typeItem.ReportChapterTypeName
|
|
- temp.ReportChapterTypeThumb = typeItem.YbIconUrl
|
|
|
|
|
|
+ temp.ReportChapterTypeThumb = typeItem.YbBottomIcon
|
|
temp.Sort = typeItem.Sort
|
|
temp.Sort = typeItem.Sort
|
|
reportTypeList = append(reportTypeList, temp)
|
|
reportTypeList = append(reportTypeList, temp)
|
|
}
|
|
}
|