username@email.com
2022-01-05 a77fbf7eeb18b5caf3f0e77fa01791a5a8ae094e
zhengcaioa/Services/HrJixiaotichengService.cs
@@ -125,6 +125,7 @@
                         where a.RecStatus == "A"
                          && (string.IsNullOrWhiteSpace(searchEntity.PostId) || a.PostId == searchEntity.PostId.Trim())
                           && (string.IsNullOrWhiteSpace(searchEntity.PiecerateId) || a.PiecerateId == searchEntity.PiecerateId.Trim())
                         select new HrJixiaotichengDTO
                         {
                             Id = a.Id,
@@ -163,7 +164,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();