FlexJobApi.UserServer.Application/Users/Queries/GetOperationUserInfosQueryHandler.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 =>