|
@@ -64,6 +64,7 @@ type LatestReport struct {
|
|
PublishTime time.Time `description:"发布时间" json:"publish_time"`
|
|
PublishTime time.Time `description:"发布时间" json:"publish_time"`
|
|
Stage int `description:"期数" json:"stage"`
|
|
Stage int `description:"期数" json:"stage"`
|
|
ReportId int
|
|
ReportId int
|
|
|
|
+ RaiReportId int
|
|
}
|
|
}
|
|
|
|
|
|
func GetLatestStage(classifyNames []string) (items []*LatestReport, err error) {
|
|
func GetLatestStage(classifyNames []string) (items []*LatestReport, err error) {
|
|
@@ -173,6 +174,5 @@ func GetRaiRecommendList(reportId, firstId, secondId, thirdId int, publishTime t
|
|
}
|
|
}
|
|
items = append(items, afterItems...)
|
|
items = append(items, afterItems...)
|
|
}
|
|
}
|
|
-
|
|
|
|
return
|
|
return
|
|
}
|
|
}
|