username@email.com
2021-12-31 6a4007b2dd8f98ac42136f6e93010097afdb5d12
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);