|
@@ -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 {
|