Răsfoiți Sursa

严选不展示产业视频

xiexiaoyuan 2 ani în urmă
părinte
comite
c20e237102
1 a modificat fișierele cu 0 adăugiri și 7 ștergeri
  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 {