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