username@email.com
2022-06-28 727a27340fc49d41bf9f7efd81a9a44ade7a9677
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);