|
@@ -413,12 +413,12 @@ func (this *ActivityCoAntroller) Detail() {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ industryNewMap, e := services.GetIndustryNewLabelMap(industryIds)
|
|
|
+ if e != nil {
|
|
|
+ br.Msg = "获取信息失败"
|
|
|
+ br.ErrMsg = "获取产业新标签失败, Err: " + e.Error()
|
|
|
+ return
|
|
|
+ }
|
|
|
|
|
|
|
|
|
industrialManagementId = strings.TrimRight(industrialManagementId, ",")
|
|
@@ -442,7 +442,10 @@ func (this *ActivityCoAntroller) Detail() {
|
|
|
if mapIndustrial[v.IndustrialManagementId] > 0 && !industrialList[k].IsResearch {
|
|
|
industrialList[k].IsJump = true
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+ if activityInfo.ChartPermissionId != utils.CHART_PERMISSION_ID_YANXUAN {
|
|
|
+ industrialList[k].IndustryNewLabel = industryNewMap[v.IndustrialManagementId]
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|