|
@@ -395,6 +395,7 @@ func GetMicroRoadShowVideoPageListIkWord(startSize, pageSize int, condition stri
|
|
|
video_duration AS play_seconds,
|
|
|
img_url AS background_img,
|
|
|
industry_name,
|
|
|
+ industry_id AS industrial_management_id,
|
|
|
share_img_url AS share_img,
|
|
|
"" as activity_id
|
|
|
FROM
|
|
@@ -422,6 +423,7 @@ func GetMicroRoadShowVideoPageListIkWord(startSize, pageSize int, condition stri
|
|
|
"" AS play_seconds,
|
|
|
"" AS background_img,
|
|
|
"" AS industry_name,
|
|
|
+ 0 AS industrial_management_id,
|
|
|
"" AS share_img,
|
|
|
v.activity_id
|
|
|
FROM
|
|
@@ -448,6 +450,7 @@ func GetMicroRoadShowVideoPageListIkWord(startSize, pageSize int, condition stri
|
|
|
a.voice_play_seconds AS play_seconds,
|
|
|
a.img_url AS background_img,
|
|
|
"" AS industry_name,
|
|
|
+ 0 AS industrial_management_id,
|
|
|
"" AS share_img,
|
|
|
a.activity_id
|
|
|
FROM
|