username@email.com
2021-07-27 e649be7905be7e74f6e09d8d74a7bd7bcd3923b7
zhengcaioa/Services/PltRoleService.cs
@@ -134,7 +134,7 @@
            query = query.OrderByDescending(x => x.Modifytime).ToList();
            if (searchEntity.totalrows == 0)
            //if (searchEntity.totalrows == 0)
                searchEntity.totalrows = query.Count();
            list = query.Skip((searchEntity.page - 1) * searchEntity.rows).Take(searchEntity.rows).ToList();
            //list = _mapper.Map<List<PltRoleDTO>>(rolelist);