mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
routine update
This commit is contained in:
@@ -67,7 +67,8 @@ namespace OpenAuth.App
|
||||
|
||||
var result = new GridData
|
||||
{
|
||||
total = total,
|
||||
records = total,
|
||||
total = (int)Math.Ceiling((double)total/pagesize),
|
||||
rows = rolevms.ToList(),
|
||||
page = pageindex
|
||||
};
|
||||
|
Reference in New Issue
Block a user