zqbao 10 сар өмнө
parent
commit
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")