|
@@ -764,7 +764,7 @@ func HandleArticleListByApi(artcleId int) (err error) {
|
|
|
item.CreateDate = articleResult.CreateDate
|
|
|
item.PublishDate = articleResult.PublishDate.Add(time.Hour * 8)
|
|
|
item.PublishStatus = 1
|
|
|
- item.Body = articleResult.Corpus.Corpus
|
|
|
+ item.Body = articleResult.Content.Body
|
|
|
item.Abstract = articleResult.Content.Abstract
|
|
|
item.Annotation = articleResult.Content.Annotation
|
|
|
item.CategoryName = articleResult.Industry.Name
|