Quellcode durchsuchen

严选不展示产业视频

xiexiaoyuan vor 2 Jahren
Ursprung
Commit
c20e237102
1 geänderte Dateien mit 0 neuen und 7 gelöschten Zeilen
  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 {