mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update exp to sql
This commit is contained in:
parent
c094ba5e11
commit
5a51a96b94
@ -46,6 +46,8 @@ namespace SqlSugar
|
||||
if (expArgs != null && expArgs.Any())
|
||||
{
|
||||
var meExp = expArgs[0] as LambdaExpression;
|
||||
if (meExp != null)
|
||||
{
|
||||
var selfParameterName = meExp.Parameters.First().Name;
|
||||
if ((meExp.Body is BinaryExpression))
|
||||
{
|
||||
@ -67,6 +69,7 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (context.Expression.GetType().Name == "MethodBinaryExpression")
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user