username@email.com
2022-02-11 3a864ec2d204077d34bd0b874540829702581c6c
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();