Parcourir la source

Merge branch 'cygx_12.8.1' of http://8.136.199.33:3000/cxzhang/hongze_clpt into debug

xingzai il y a 1 an
Parent
commit
54cc2ded2a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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