|
@@ -577,6 +577,11 @@ func GetCygxYanxuanSpecialCollectByUser(condition string, startSize, pageSize in
|
|
|
art.id AS article_id,
|
|
|
art.publish_time AS publish_date,
|
|
|
r.create_time,
|
|
|
+ r.user_id,
|
|
|
+ r.mobile,
|
|
|
+ r.company_id,
|
|
|
+ r.company_name,
|
|
|
+ r.real_name,
|
|
|
r.register_platform AS source_platform,
|
|
|
art.type AS special_type,
|
|
|
art.industry_tags as industry_name
|
|
@@ -608,6 +613,11 @@ func GetCygxYanxuanSpecialCollectByUserWeekly(condition string, startSize, pageS
|
|
|
art.id AS article_id,
|
|
|
art.publish_time AS publish_date,
|
|
|
r.create_time,
|
|
|
+ r.user_id,
|
|
|
+ r.mobile,
|
|
|
+ r.company_id,
|
|
|
+ r.company_name,
|
|
|
+ r.real_name,
|
|
|
r.register_platform AS source_platform,
|
|
|
art.type AS special_type,
|
|
|
art.industry_tags as industry_name
|
|
@@ -642,10 +652,13 @@ func GetCygxYanxuanSpecialAuthorByUser(condition string, startSize, pageSize int
|
|
|
art.nick_name,
|
|
|
art.article_num,
|
|
|
art.fans_num,
|
|
|
- art.company_id,
|
|
|
- art.company_name,
|
|
|
- art.mobile_init as mobile,
|
|
|
+ art.mobile_init,
|
|
|
r.create_time,
|
|
|
+ r.user_id,
|
|
|
+ r.mobile,
|
|
|
+ r.company_id,
|
|
|
+ r.company_name,
|
|
|
+ r.real_name,
|
|
|
r.register_platform AS source_platform
|
|
|
FROM
|
|
|
cygx_yanxuan_special_follow AS r
|
|
@@ -676,10 +689,13 @@ func GetCygxYanxuanSpecialAuthorByUserWeekly(condition string, startSize, pageSi
|
|
|
art.nick_name,
|
|
|
art.article_num,
|
|
|
art.fans_num,
|
|
|
- art.company_id,
|
|
|
- art.company_name,
|
|
|
- art.mobile_init as mobile,
|
|
|
+ art.mobile_init,
|
|
|
r.create_time,
|
|
|
+ r.user_id,
|
|
|
+ r.mobile,
|
|
|
+ r.company_id,
|
|
|
+ r.company_name,
|
|
|
+ r.real_name,
|
|
|
r.register_platform AS source_platform
|
|
|
FROM
|
|
|
cygx_yanxuan_special_follow AS r
|