소스 검색

粮油商务网-参数名修改

gmy 8 달 전
부모
커밋
8b341564a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")
 	pageSize, _ := this.GetInt("PageSize")
 	currentIndex, _ := this.GetInt("CurrentIndex")
 	currentIndex, _ := this.GetInt("CurrentIndex")
-	searchParam := this.GetString("searchParam")
+	searchParam := this.GetString("SearchParam")
 
 
 	if pageSize <= 0 {
 	if pageSize <= 0 {
 		pageSize = utils.PageSize20
 		pageSize = utils.PageSize20