6abe988bee26f64b610e427b8795b6fd36a549ec..1fd4bc2f27e24c75d6547728856124c1afb43a49
2025-08-15 sunpengfei
feat:开发
1fd4bc 对比 | 目录
2025-08-15 sunpengfei
fix:bug
6684b5 对比 | 目录
2个文件已修改
5 ■■■■ 已修改文件
FlexJobApi.UserServer.Application/UserResumes/Queries/UserResumeQueryHandler.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
FlexJobApi.UserServer.Application/Users/Queries/GetOperationUserInfosQueryHandler.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
FlexJobApi.UserServer.Application/UserResumes/Queries/UserResumeQueryHandler.cs
@@ -104,6 +104,9 @@
                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,
FlexJobApi.UserServer.Application/Users/Queries/GetOperationUserInfosQueryHandler.cs
@@ -28,7 +28,7 @@
                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 =>