Browse Source

no message

xingzai 1 year ago
parent
commit
3fcb8c2284
1 changed files with 2 additions and 2 deletions
  1. 2 2
      models/report.go

+ 2 - 2
models/report.go

@@ -639,12 +639,12 @@ FROM
 	SELECT
 		mmc.id,
 		0 as  article_id,
-		mmc.content AS title,
+		mmc.title,
 		mm.publish_time AS publish_date,
 		'' AS video_url,
 		'' AS voice_url,
 		'时间线' AS sub_category_name,
-		'' AS content,
+		mmc.content,
 		3 AS resource,
 		0 AS type,
 		0  AS readnum