xingzai 3 жил өмнө
parent
commit
e1614f2838

+ 0 - 2
controllers/research.go

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