sunpengfei
2025-08-22 baed9bce4ccb41668f3740d77a7b664918e6403b
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 =>