username@email.com
2021-12-14 18db26a9759c18cac8fa3df420ff80d9f0de1ed9
zhengcaioa/Services/GroupTopicService.cs
@@ -92,7 +92,7 @@
            query = query.OrderBy(x => x.Sort).ToList();
            if (searchEntity.totalrows == 0)
            //if (searchEntity.totalrows == 0)
                searchEntity.totalrows = query.Count();
            var rolelist = query.Skip((searchEntity.page - 1) * searchEntity.rows).Take(searchEntity.rows).ToList();
            list = _mapper.Map<List<GroupTopicDTO>>(rolelist);