|
@@ -244,6 +244,7 @@ func (er *EnglishReportController) FilterByEs(c *gin.Context) {
|
|
|
temp.ClassifyNameFirst = reportItem.ClassifyNameFirst
|
|
|
temp.ClassifyIdSecond = reportItem.ClassifyIdSecond
|
|
|
temp.ClassifyNameSecond = reportItem.ClassifyNameSecond
|
|
|
+ temp.Stage, _ = strconv.Atoi(reportItem.StageStr)
|
|
|
}else if reportItem.VideoId > 0 {
|
|
|
if videoTemp, ok := videoMap[reportItem.VideoId]; ok {
|
|
|
temp.ReportType = 1
|