Browse Source

no message

xingzai 8 months ago
parent
commit
8afe6a8cf7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      services/resource_data.go

+ 3 - 0
services/resource_data.go

@@ -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 {