username@email.com
2023-02-24 e8fc5d92457143ea8744e8f8b2bed45a0a651f18
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);