|
@@ -102,10 +102,10 @@ func GetMicroRoadShowVideoPageListV8(startSize, pageSize int, condition string,
|
|
|
art.chart_permission_id,
|
|
|
art.chart_permission_name,
|
|
|
"" AS play_seconds,
|
|
|
- "" AS background_img,
|
|
|
+ v.background_img,
|
|
|
"" AS industry_name,
|
|
|
"",
|
|
|
- "" AS share_img,
|
|
|
+ v.share_img,
|
|
|
v.activity_id
|
|
|
FROM
|
|
|
cygx_activity_video as v
|
|
@@ -129,10 +129,10 @@ func GetMicroRoadShowVideoPageListV8(startSize, pageSize int, condition string,
|
|
|
b.chart_permission_id,
|
|
|
b.chart_permission_name,
|
|
|
a.voice_play_seconds AS play_seconds,
|
|
|
- a.img_url AS background_img,
|
|
|
+ a.background_img,
|
|
|
"" AS industry_name,
|
|
|
"",
|
|
|
- "" AS share_img,
|
|
|
+ a.share_img,
|
|
|
a.activity_id
|
|
|
FROM
|
|
|
cygx_activity_voice AS a
|
|
@@ -187,9 +187,9 @@ func CountMicroRoadShowVideoPageList(condition string, pars []interface{}, condi
|
|
|
art.chart_permission_id,
|
|
|
art.chart_permission_name,
|
|
|
"" AS play_seconds,
|
|
|
- "" AS background_img,
|
|
|
+ v.background_img,
|
|
|
"" AS industry_name,
|
|
|
- "" AS share_img,
|
|
|
+ v.share_img,
|
|
|
v.activity_id
|
|
|
FROM
|
|
|
cygx_activity_video as v
|
|
@@ -208,9 +208,9 @@ func CountMicroRoadShowVideoPageList(condition string, pars []interface{}, condi
|
|
|
b.chart_permission_id,
|
|
|
b.chart_permission_name,
|
|
|
a.voice_play_seconds AS play_seconds,
|
|
|
- a.img_url AS background_img,
|
|
|
+ a.background_img,
|
|
|
"" AS industry_name,
|
|
|
- "" AS share_img,
|
|
|
+ a.share_img,
|
|
|
a.activity_id
|
|
|
FROM
|
|
|
cygx_activity_voice AS a
|
|
@@ -266,9 +266,9 @@ func GetMicroRoadShowVideoPageListIkWord(startSize, pageSize int, condition stri
|
|
|
art.chart_permission_id,
|
|
|
art.chart_permission_name,
|
|
|
"" AS play_seconds,
|
|
|
- "" AS background_img,
|
|
|
+ v.background_img,
|
|
|
"" AS industry_name,
|
|
|
- "" AS share_img,
|
|
|
+ v.share_img,
|
|
|
v.activity_id
|
|
|
FROM
|
|
|
cygx_activity_video as v
|
|
@@ -292,9 +292,9 @@ func GetMicroRoadShowVideoPageListIkWord(startSize, pageSize int, condition stri
|
|
|
b.chart_permission_id,
|
|
|
b.chart_permission_name,
|
|
|
a.voice_play_seconds AS play_seconds,
|
|
|
- a.img_url AS background_img,
|
|
|
+ a.background_img,
|
|
|
"" AS industry_name,
|
|
|
- "" AS share_img,
|
|
|
+ a.share_img,
|
|
|
a.activity_id
|
|
|
FROM
|
|
|
cygx_activity_voice AS a
|