瀏覽代碼

fix:用户排序

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

+ 1 - 1
controllers/user.go

@@ -458,7 +458,7 @@ func (this *UserController) List() {
 	sellerIdStr := this.GetString("SellerId")
 	status := this.GetString("Status")
 	keyWord := this.GetString("KeyWord")
-	IsRegistered := this.GetString("IsRegisterd")
+	IsRegistered := this.GetString("IsRegistered")
 	IsSubscribed := this.GetString("IsSubscribed")
 	registerStartDate := this.GetString("RegisterStartDate")
 	registerEndDate := this.GetString("RegisterEndDate")