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 =>