From 6a4fbf989fcdde0e4e379aba6d224737da3474eb Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期二, 02 九月 2025 15:41:19 +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