@@ -872,7 +872,6 @@ func (this *UserController) CollectList() {
br.ErrMsg = "获取数据失败,Err:" + err.Error()
return
}
-
resp := new(models.ArticleReportBillboardLIstPageResp)
if len(list) == 0 {
page := paging.GetPaging(currentIndex, pageSize, total)
@@ -384,7 +384,7 @@ func GetArticleUserCollectList(startSize, pageSize, userId int) (items []*Articl
sql := `SELECT
a.article_id,
art.category_id,
- '' AS title,
+ art.title,
'' AS publish_date,
'' AS nick_name,
0 AS article_type_id,