瀏覽代碼

no message

xingzai 2 年之前
父節點
當前提交
e1614f2838
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      controllers/research.go

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