username@email.com
2021-08-17 1eaeeb1efd83e7b0b04cdb1bdc1076e839bfebfe
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();