Browse Source

no message

xingzai 1 year ago
parent
commit
039610c863
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/article.go

+ 1 - 1
services/article.go

@@ -1179,7 +1179,7 @@ func HandleArticleListByApi(artcleId int) (err error) {
 	}
 	go models.UpdateCygxArticleCeluePush(artcleId)
 	AddComprehensiveArticle(artcleId)                // 同步到综合页面的搜索引擎
-	AddComprehensiveIndustrialSource("Yx", artcleId) // 同步到综合页面的搜索引擎(添加产业资源包)
+	AddComprehensiveIndustrialSource("Hz", artcleId) // 同步到综合页面的搜索引擎(添加产业资源包)
 	GetSummarytoEs(artcleId)                         // 同步到ES搜索引擎
 	GetIndustrialManagementArticleNewPublishData()
 	if len(listArticleData) > 0 {