@@ -337,7 +337,7 @@ WHERE
GROUP BY
s.industrial_subject_id
ORDER BY
- sg.create_time DESC
+ sg.id ASC
LIMIT 4`
_, err = o.Raw(sql, articleId).QueryRows(&items)
return