|
@@ -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)
|
|
|
}
|
|
|
|