|
@@ -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
|