sunpengfei
2025-08-28 6ad4db7d45eeaec5617f511010343258f245e5d4
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 =>