mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
complete user list
This commit is contained in:
@@ -71,9 +71,9 @@ namespace OpenAuth.App
|
||||
|
||||
return new GridData
|
||||
{
|
||||
records = records,
|
||||
count = records,
|
||||
total = (int)Math.Ceiling((double)records / pagesize),
|
||||
rows = userviews,
|
||||
data = userviews,
|
||||
page = pageindex
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user