|
@@ -392,6 +392,7 @@ func GetArticleUserCollectList(startSize, pageSize, userId int) (items []*Articl
|
|
|
a.user_id AS user_id,
|
|
|
'' AS company_tag_str,
|
|
|
'' AS industry_tag_str,
|
|
|
+ 0 AS special_column_id,
|
|
|
a.create_time AS create_time
|
|
|
FROM cygx_article_collect AS a
|
|
|
INNER JOIN cygx_article as art ON art.article_id = a.article_id
|
|
@@ -414,6 +415,7 @@ func GetArticleUserCollectList(startSize, pageSize, userId int) (items []*Articl
|
|
|
a.user_id AS user_id,
|
|
|
a.company_tags AS company_tag_str,
|
|
|
a.industry_tags AS industry_tags_str,
|
|
|
+ b.id AS special_column_id,
|
|
|
c.create_time AS create_time
|
|
|
FROM
|
|
|
cygx_yanxuan_special AS a
|