routine update

This commit is contained in:
yubaolee
2016-10-17 11:43:56 +08:00
parent df75ea7fb0
commit e514779974
28 changed files with 1099 additions and 522 deletions

View File

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