Browse Source

no message

xingzai 1 year ago
parent
commit
dc4e0b4ec4
1 changed files with 6 additions and 6 deletions
  1. 6 6
      controllers/activity.go

+ 6 - 6
controllers/activity.go

@@ -405,12 +405,12 @@ func (this *ActivityCoAntroller) Detail() {
 			}
 
 			// 查研观向7.4-行业新标签
-			industryNewMap, e := services.GetIndustryNewLabelMap(industryIds)
-			if e != nil {
-				br.Msg = "获取信息失败"
-				br.ErrMsg = "获取产业新标签失败, Err: " + e.Error()
-				return
-			}
+			//industryNewMap, e := services.GetIndustryNewLabelMap(industryIds)
+			//if e != nil {
+			//	br.Msg = "获取信息失败"
+			//	br.ErrMsg = "获取产业新标签失败, Err: " + e.Error()
+			//	return
+			//}
 
 			//判断产业下是否有关联的报告,并处理是否跳转
 			industrialManagementId = strings.TrimRight(industrialManagementId, ",")