|
@@ -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
|