Explorar o código

粮油商务网-参数名修改

gmy hai 10 meses
pai
achega
8b341564a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/data_manage/base_from_ly_index_controller.go

+ 1 - 1
controllers/data_manage/base_from_ly_index_controller.go

@@ -47,7 +47,7 @@ func (this *BaseFromLyIndexController) LyIndexList() {
 
 	pageSize, _ := this.GetInt("PageSize")
 	currentIndex, _ := this.GetInt("CurrentIndex")
-	searchParam := this.GetString("searchParam")
+	searchParam := this.GetString("SearchParam")
 
 	if pageSize <= 0 {
 		pageSize = utils.PageSize20