username@email.com
2025-04-16 1243f9cdb1ce367af05caabbb71ce81e38d5a1af
zhengcaioa/Services/PltRoleDeptService.cs
@@ -113,7 +113,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();