ziwen 2 年之前
父節點
當前提交
82db1331c9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/report.go

+ 1 - 0
controllers/report.go

@@ -2831,6 +2831,7 @@ func (this *ReportController) SearchReportAndResource() {
 		return
 	}
 	for _, v := range listHot {
+		industrialIdArr = append(industrialIdArr, v.IndustrialManagementId)
 		mapHot[v.IndustryName] = v.IndustrialManagementId
 	}
 	orderSrt := "man.recommended_index DESC,update_time DESC"