mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +08:00
-
This commit is contained in:
parent
1766614f74
commit
c939074a2e
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -59,6 +59,11 @@ namespace SqlSugar
|
||||
{
|
||||
return new MethodCallExpressionResolve(parameter);
|
||||
}
|
||||
else if (exp is MemberExpression&&((MemberExpression)exp).Expression.NodeType== ExpressionType.Constant)
|
||||
{
|
||||
parameter.Expression = ((MemberExpression)exp).Expression;
|
||||
return new ConstantExpressionResolve(parameter);
|
||||
}
|
||||
else if (exp is ConstantExpression)
|
||||
{
|
||||
return new ConstantExpressionResolve(parameter);
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user