|
@@ -850,6 +850,9 @@ func EsAddYanxuanSpecial(sourceId int) {
|
|
|
item.Title = detail.Title
|
|
|
item.PublishDate = detail.PublishTime
|
|
|
item.BodyText = bodyText
|
|
|
+ item.Abstract = bodyText
|
|
|
+ item.IndustryName = detail.IndustryTags
|
|
|
+ item.SubjectNames = detail.SpecialName
|
|
|
if detail.Status == 3 {
|
|
|
EsAddOrEditComprehensiveData(item) //如果发布了就新增
|
|
|
} else {
|