complete user list

This commit is contained in:
yubaolee
2017-08-31 19:54:12 +08:00
parent d88668def1
commit 2f2aedc432
13 changed files with 53 additions and 405 deletions

View File

@@ -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
};
}