From 96dbcd968f3cd66ac27bd053e6ed67263104ae2f Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 05 九月 2025 14:56:56 +0800
Subject: [PATCH] feat:开发

---
 FlexJobApi.UserServer.Application/Users/Queries/GetOperationUserInfosQueryHandler.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/FlexJobApi.UserServer.Application/Users/Queries/GetOperationUserInfosQueryHandler.cs b/FlexJobApi.UserServer.Application/Users/Queries/GetOperationUserInfosQueryHandler.cs
index f1badb8..a18ce39 100644
--- a/FlexJobApi.UserServer.Application/Users/Queries/GetOperationUserInfosQueryHandler.cs
+++ b/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 =>

--
Gitblit v1.9.1