Browse Source

no message

xingzai 2 years ago
parent
commit
e1614f2838
1 changed files with 0 additions and 2 deletions
  1. 0 2
      controllers/research.go

+ 0 - 2
controllers/research.go

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