Browse Source

fix-微路演列表音频时间错误

ziwen 2 years ago
parent
commit
d1ebdcf99b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      models/micro_roadshow.go

+ 4 - 4
models/micro_roadshow.go

@@ -43,9 +43,9 @@ func GetMicroRoadShowVideoPageListV8(startSize, pageSize int, condition string,
 			publish_date AS publish_time,
 			chart_permission_id,
 			chart_permission_name,
-            industry_name,
 			video_duration AS play_seconds,
-			img_url AS background_img,
+			img_url AS background_img,            
+			industry_name,
 			share_img_url AS share_img,
 			"" as  activity_id
 		FROM
@@ -72,8 +72,8 @@ func GetMicroRoadShowVideoPageListV8(startSize, pageSize int, condition string,
 			art.chart_permission_name,
 			"" AS play_seconds,
 			"" AS background_img,
-			"" AS share_img,
 			"" AS industry_name,
+			"" AS share_img,
 			v.activity_id
 		FROM
 			cygx_activity_video as v
@@ -98,8 +98,8 @@ func GetMicroRoadShowVideoPageListV8(startSize, pageSize int, condition string,
 			b.chart_permission_name,
 			a.voice_play_seconds AS play_seconds,
 			a.img_url AS background_img,
+			"" AS industry_name,
 			"" AS share_img,
-            "" AS industry_name,
 			a.activity_id 
 		FROM
 			cygx_activity_voice AS a