Browse Source

no message

xingzai 7 months ago
parent
commit
050da2d4fe
1 changed files with 22 additions and 6 deletions
  1. 22 6
      models/cygx/cygx_user.go

+ 22 - 6
models/cygx/cygx_user.go

@@ -575,6 +575,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
@@ -606,6 +611,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
@@ -640,10 +650,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
@@ -674,10 +687,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