@@ -147,7 +147,7 @@ func (this *ResearchController) HotList() {
themeType = 1
condition = `ORDER BY sum_num DESC LIMIT 15`
} else {
- condition = `ORDER BY publish_date DESC LIMIT 30`
+ condition = `ORDER BY publish_date DESC `
}
categoryinfo, err := models.GetChartPermissionById(chartPermissionId)
if err != nil {
@@ -374,7 +374,7 @@ func GetIndustrialManagementNewList(permissionName string) (items []*IndustrialM
GROUP BY
m.industrial_management_id
ORDER BY
- publish_date DESC LIMIT 8`
+ publish_date DESC LIMIT 12`
_, err = o.Raw(sql).QueryRows(&items)
return