|
@@ -465,7 +465,7 @@ func (this *UserController) List() {
|
|
|
createStartDate := this.GetString("CreateStartDate")
|
|
|
createEndDate := this.GetString("CreateEndDate")
|
|
|
sortParma := this.GetString("SortParam")
|
|
|
- sortType := this.GetString("SortTye")
|
|
|
+ sortType := this.GetString("SortType")
|
|
|
|
|
|
var condition string
|
|
|
var sortCondition string
|