@@ -897,9 +897,7 @@ FROM
AND mmc.industry_id = ?
) AS t
`
- sql += ` GROUP BY
- t.id
-ORDER BY
+ sql += ` ORDER BY
t.publish_time DESC LIMIT ?,? `
_, err = o.Raw(sql, industrialManagementId, industrialManagementId, startSize, pageSize).QueryRows(&items)
return