ziwen 2 yıl önce
ebeveyn
işleme
3eae83951a
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      models/report.go

+ 2 - 0
models/report.go

@@ -852,6 +852,7 @@ FROM
 		a.article_id AS id,
 		a.title,
 		a.publish_date AS publish_time,
+		a.video_url,
 		'' AS content 
 	FROM
 		cygx_article AS a
@@ -863,6 +864,7 @@ FROM
 	SELECT
 		mmc.id,
 		'' AS title,
+		'' AS video_url,
 		mm.publish_time,
 		mmc.content 
 	FROM