瀏覽代碼

Merge branch 'cygx_12.0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 1 年之前
父節點
當前提交
aa17c0eac5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/yanxuan_special.go

+ 1 - 1
controllers/yanxuan_special.go

@@ -161,13 +161,13 @@ func (this *YanxuanSpecialController) Detail() {
 	}
 	if item.CompanyTags != "" {
 		resp.Tags += item.CompanyTags
+		resp.CompanyTags = append(resp.CompanyTags, item.CompanyTags)
 	}
 	if item.IndustryTags != "" {
 		if resp.Tags != "" {
 			resp.Tags += ","
 		}
 		resp.Tags += item.IndustryTags
-		resp.CompanyTags = append(resp.CompanyTags, item.CompanyTags)
 		resp.IndustryTags = append(resp.IndustryTags, item.IndustryTags)
 	}