Просмотр исходного кода

Merge branch 'feature/eta2.3.4_business_user' into debug

xyxie 2 месяцев назад
Родитель
Сommit
7db8d3559e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      controllers/eta_forum/eta_forum.go

+ 1 - 1
controllers/eta_forum/eta_forum.go

@@ -32,7 +32,7 @@ func (this *EtaForumController) UserChartList() {
 		br.Ret = 408
 		return
 	}
-	keyword := this.GetString("keyword")
+	keyword := this.GetString("Keyword")
 	pageSize, _ := this.GetInt("PageSize")
 	currentIndex, _ := this.GetInt("CurrentIndex")
 	businessCode := utils.BusinessCode