xingzai 2 éve
szülő
commit
ebf1501d58
1 módosított fájl, 1 hozzáadás és 1 törlés
  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