|
@@ -865,7 +865,8 @@ func (this *ActivityCoAntroller) Detail() {
|
|
|
br.ErrMsg = "获取活动关联的产业列表信息失败,Err:" + err.Error() + "activityId:" + strconv.Itoa(activityId)
|
|
|
return
|
|
|
}
|
|
|
- if len(industrialList) == 0 {
|
|
|
+ if activityInfo.TemporaryLabel != "" {
|
|
|
+ industrialList = make([]*models.IndustrialManagementRep, 0)
|
|
|
item := new(models.IndustrialManagementRep)
|
|
|
item.IndustryName = activityInfo.Label
|
|
|
industrialList = append(industrialList, item)
|