Browse Source

fix:字段

zqbao 10 tháng trước cách đây
mục cha
commit
a63d5642d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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