username@email.com
2021-12-31 6a4007b2dd8f98ac42136f6e93010097afdb5d12
zhengcaioa/Services/AreaService.cs
@@ -115,7 +115,7 @@
            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();