Browse Source

活动封面图处理

xingzai 2 years ago
parent
commit
dda714ed2a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      models/micro_roadshow.go

+ 2 - 2
models/micro_roadshow.go

@@ -88,9 +88,9 @@ func GetMicroRoadShowVideoPageList(startSize, pageSize int, condition string, pa
 			video_id AS id,
 			video_name AS title,
 			video_url AS resource_url,
-			3 AS type,
+			2 AS type,
 		art.activity_time as publish_time,
-			0,
+			art.chart_permission_id,
 			art.chart_permission_name,
 			"",
 			"",