Browse Source

no message

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

+ 1 - 0
services/article.go

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