@@ -159,8 +159,6 @@ func (this *ResearchController) HotList() {
var condition string
if themeType != 2 {
themeType = 1
- startSize = 0
- pageSize = 15
condition = `ORDER BY sum_num DESC `
} else {
condition = `ORDER BY publish_date DESC `