username@email.com
2022-09-23 b69b0a86c77a9453167576ab01c542383d53f260
zhengcaioa/Services/FiSubjectService.cs
@@ -135,7 +135,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();