sunpengfei
2025-08-04 4950d547503c7c1d5d0ff6487e6768937170ddf7
FlexJobApi.User.Application/Resources/Queries/GetResourceFieldsQueryHandler.cs
@@ -45,7 +45,7 @@
                && requestType.BaseType.GetGenericTypeDefinition() == typeof(PagedListQuery<,>))
            {
                var pagedListItemType = requestType.BaseType.GenericTypeArguments[1];
                return await GetFields(requestType, xmlDoc, []);
                return await GetFields(pagedListItemType, xmlDoc, []);
            }
            else if (requestType.Name.EndsWith("Command"))
            {