mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update exp to sql
This commit is contained in:
@@ -193,6 +193,10 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
});
|
||||
if (ExpressionTool.GetParameters(item)?.Any()==true)
|
||||
{
|
||||
value = sql;
|
||||
}
|
||||
var methodCallExpressionArgs = new MethodCallExpressionArgs()
|
||||
{
|
||||
IsMember = true,
|
||||
|
Reference in New Issue
Block a user