Browse Source

no message

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

+ 1 - 1
models/report.go

@@ -382,7 +382,7 @@ func GetTimeLineReportIndustrialPublishdateList(industrialIdArr []int) (items []
 			0,
 			mmc.industry_id AS industrial_management_id,			
 			mmc.content AS title,
-			mm.meeting_time AS publish_date
+			MAX( mm.meeting_time ) AS publish_date 
 		FROM
 			cygx_morning_meeting_review_chapter AS mmc
 			INNER JOIN cygx_morning_meeting_reviews AS mm