소스 검색

严选不展示产业视频

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 {