|
@@ -299,7 +299,7 @@ func GetMenuChapter(reportId int, typeIds []int, classifyNameFirst string, repor
|
|
|
temp.ReportChapterId = item.ReportChapterId
|
|
|
temp.ReportId = item.ReportId
|
|
|
temp.ReportChapterTypeName = typeItem.ReportChapterTypeName
|
|
|
- temp.ReportChapterTypeThumb = typeItem.YbIconUrl
|
|
|
+ temp.ReportChapterTypeThumb = typeItem.YbBottomIcon
|
|
|
temp.Sort = typeItem.Sort
|
|
|
reportTypeList = append(reportTypeList, temp)
|
|
|
}
|