Browse Source

no message

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

+ 1 - 1
models/industrial_management.go

@@ -644,7 +644,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