username@email.com
2022-08-29 19bc2e140fbef74cf87f8e0edfb2d173b1f52d40
zhengcaioa/Services/LZhuanjiahuidumService.cs
@@ -117,7 +117,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();