Эх сурвалжийг харах

报告列表返回,是否是权益报告的标识

xyxie 2 долоо хоног өмнө
parent
commit
0811ccf703

+ 1 - 0
models/response/report.go

@@ -140,6 +140,7 @@ type ReportListItem struct {
 	VideoPlaySeconds     string           `description:"音频播放时长" json:"video_play_seconds"`
 	VideoImg             string           `json:"video_img"` // 音频播放条前面展示的图片
 	ReportDetailShowType int              `description:"报告详情的展示类型:1-拼接;2:目录" json:"report_detail_show_type"`
+	RaiReportId          int              `description:"权益报告ID" json:"rai_report_id"`
 }
 
 type VideoListItem struct {

+ 1 - 1
models/tables/rddp/report/query.go

@@ -226,7 +226,7 @@ func GetListCountByClassifyIdSecond(classifyIdSecond int) (total int64, err erro
 // GetReportList 获取报告列表
 func GetReportList(condition string, pars []interface{}, offset, limit int) (list []*Report, err error) {
 	err = global.MYSQL["rddp"].Model(Report{}).
-		Select("id, classify_id_first, classify_name_first, classify_id_second, classify_name_second,classify_id_third, classify_name_third, title, stage, publish_time, author, create_time, video_url, video_name, video_play_seconds, abstract,has_chapter,head_img,end_img,head_resource_id,end_resource_id").
+		Select("id, classify_id_first, classify_name_first, classify_id_second, classify_name_second,classify_id_third, classify_name_third, title, stage, publish_time, author, create_time, video_url, video_name, video_play_seconds, abstract,has_chapter,head_img,end_img,head_resource_id,end_resource_id,rai_report_id").
 		Where(condition, pars...).
 		Order("publish_time desc, id desc").
 		Offset(offset).

+ 1 - 0
models/tables/rddp/report/report.go

@@ -37,6 +37,7 @@ type Report struct {
 	HeadResourceId     int       `description:"版头资源ID" json:"head_resource_id"`
 	EndResourceId      int       `description:"版尾资源ID" json:"end_resource_id"`
 	VoiceGenerateType  int8      `description:"音频生成方式,0:系统生成,1:人工上传" json:"voice_generate_type"`
+	RaiReportId        int       `description:"权益报告ID" json:"rai_report_id"`
 }
 
 type UnReadItem struct {

+ 2 - 1
services/report/report.go

@@ -941,6 +941,7 @@ func GetReportList(user user.UserInfo, keyWord string, classifyIdFirst, classify
 			for k, reportDetail := range list {
 				if v, ok := reportListMap[reportDetail.Id]; ok {
 					list[k].CreateTime = v.CreateTime
+					list[k].RaiReportId = v.RaiReportId
 				}
 			}
 		}
@@ -1045,7 +1046,7 @@ func GetReportList(user user.UserInfo, keyWord string, classifyIdFirst, classify
 			}
 			reportItem.ReportImgUrl = coverImg
 			reportItem.VideoImg = reportItem.ReportImgUrl
-
+			reportItem.RaiReportId = reportInfo.RaiReportId
 			if reportItem.HasChapter == 1 {
 				if classifyParent.ClassifyName == "晨报" && productAuthOk {
 					// 查询当前晨报的所有音频