mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update exp to sql
This commit is contained in:
parent
be594eac13
commit
388fc44b00
@ -193,6 +193,10 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
});
|
||||
if (ExpressionTool.GetParameters(item)?.Any()==true)
|
||||
{
|
||||
value = sql;
|
||||
}
|
||||
var methodCallExpressionArgs = new MethodCallExpressionArgs()
|
||||
{
|
||||
IsMember = true,
|
||||
|
Loading…
Reference in New Issue
Block a user