| | |
| | | Gender = it.Gender, |
| | | IsReal = it.IsReal, |
| | | Age = it.Age, |
| | | ContactPhoneNumber = it.ContactPhoneNumber, |
| | | Identity = it.Identity, |
| | | RealTime = it.RealTime, |
| | | PersonalIdentityCode = it.PersonalIdentityCode, |
| | | PersonalIdentityContent = it.PersonalIdentity.Content, |
| | | EducationalBackgroundCode = it.EducationalBackgroundCode, |
| | |
| | | q => |
| | | { |
| | | q = q.OrderByDescending(it => it.Level).ThenByDescending(it => it.CreatedTime) |
| | | .Where(it => it.Type == EnumUserType.Operation); |
| | | .Where(it => it.Type == EnumUserType.Operation && it.Level != 999); |
| | | if (request.Keywords.IsNotNull()) |
| | | { |
| | | q = q.Where(it => |