瀏覽代碼

fix:字段

zqbao 10 月之前
父節點
當前提交
a63d5642d5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

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