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