Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
王小军 committed Dec 12, 2023
1 parent d80ab62 commit 7b72106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Colder.Common/Extentions/ExpressionExtentions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public static class ExpressionExtentions
/// <returns> </returns>
public static Expression<Func<TBase, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>> BuildExtendSelectExpre<TBase, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(this Expression<Func<TBase, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>> expression, params string[] exclude)
{
return GetExtendSelectExpre<TBase, TResult, Func<TBase, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>>(expression);
return GetExtendSelectExpre<TBase, TResult, Func<TBase, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>>(expression, exclude);
}


Expand Down

0 comments on commit 7b72106

Please sign in to comment.