|
@@ -643,6 +643,9 @@ func UpdateArticleResourceData(sourceId int) {
|
|
|
item.SearchTag = detail.ArticleTypeName // 研选类型名称
|
|
|
} else {
|
|
|
item.SearchTag = detail.MatchTypeName
|
|
|
+ if detail.SubCategoryName == "产业跟踪" && detail.MatchTypeName == "行业深度" { //需求池973:查研观向首页标签【深度】下,过滤【产业跟踪】系列的报告。新报告不再写入此标签下,存量报告也去掉
|
|
|
+ item.SearchTag = ""
|
|
|
+ }
|
|
|
//获取文章分类详情
|
|
|
detailCategory, _ := models.GetCygxReportMappingCelueMaxDetailByCategoryId(detail.CategoryId)
|
|
|
if detailCategory != nil {
|