mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 12:33:44 +08:00
Synchronization code
This commit is contained in:
@@ -46,6 +46,8 @@ namespace SqlSugar
|
|||||||
if (expArgs != null && expArgs.Any())
|
if (expArgs != null && expArgs.Any())
|
||||||
{
|
{
|
||||||
var meExp = expArgs[0] as LambdaExpression;
|
var meExp = expArgs[0] as LambdaExpression;
|
||||||
|
if (meExp != null)
|
||||||
|
{
|
||||||
var selfParameterName = meExp.Parameters.First().Name;
|
var selfParameterName = meExp.Parameters.First().Name;
|
||||||
if ((meExp.Body is BinaryExpression))
|
if ((meExp.Body is BinaryExpression))
|
||||||
{
|
{
|
||||||
@@ -67,6 +69,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else if (context.Expression.GetType().Name == "MethodBinaryExpression")
|
else if (context.Expression.GetType().Name == "MethodBinaryExpression")
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user