username@email.com
2021-10-14 1c4f3bce3d88557b7ddb5f0a49b4be5e91b416f1
zhengcaioa/Services/SimService.cs
@@ -142,7 +142,7 @@
                    dt = dt.Where(c => !string.IsNullOrEmpty(c.username) && c.username.Contains(searchEntity.username)).ToList();
                }
                if (searchEntity.totalrows == 0)
                //if (searchEntity.totalrows == 0)
                    searchEntity.totalrows = dt.Count();
                var signinList = dt.Skip((searchEntity.page - 1) * searchEntity.rows).Take(searchEntity.rows).ToList();
@@ -393,7 +393,7 @@
                    dt = dt.Where(c => c.sim==searchEntity.searchsim).ToList();
                }
                if (searchEntity.totalrows == 0)
                //if (searchEntity.totalrows == 0)
                    searchEntity.totalrows = dt.Count();
                var signinList = dt.Skip((searchEntity.page - 1) * searchEntity.rows).Take(searchEntity.rows).ToList();