username@email.com
2023-03-27 0d96ff4e0833d6a2813a969e1ae0a48f27eee497
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();