ソースを参照

严选不展示产业视频

xiexiaoyuan 2 年 前
コミット
c20e237102
1 ファイル変更0 行追加7 行削除
  1. 0 7
      controllers/report.go

+ 0 - 7
controllers/report.go

@@ -2744,13 +2744,6 @@ func (this *ReportController) SearchReportAndResource() {
 			industrialVideoMap[v.IndustryId] = tmp
 		}
 
-		for k, v := range listYxResource {
-			//展示产业视频
-			if video, ok := industrialVideoMap[v.IndustrialManagementId]; ok {
-				listYxResource[k].IndustryVideo = video
-			}
-		}
-
 		for k, v := range listHzResource {
 			//展示产业视频
 			if video, ok := industrialVideoMap[v.IndustrialManagementId]; ok {