|
@@ -2072,6 +2072,7 @@ func GetAiQianYanArtilceList(startSize, pageSize int) (items []*models.ReportArt
|
|
|
item.Abstract = v.Abstract
|
|
|
item.Annotation = v.Annotation
|
|
|
item.PublishDate = v.PublishDate
|
|
|
+ item.Resource = 1
|
|
|
item.CategoryId = strconv.Itoa(v.CategoryId)
|
|
|
item.Body = v.Body
|
|
|
items = append(items, item)
|