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