mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Synchronization code
This commit is contained in:
parent
1a7d6e6dbe
commit
40d82baa4e
@ -48,7 +48,7 @@ namespace SqlSugar
|
|||||||
private void ResloveBoolMethod(ExpressionParameter parameter, Expression item, string asName)
|
private void ResloveBoolMethod(ExpressionParameter parameter, Expression item, string asName)
|
||||||
{
|
{
|
||||||
this.Expression = item;
|
this.Expression = item;
|
||||||
if (ExpressionTool.GetMethodName(item) == "Any")
|
if (ExpressionTool.GetMethodName(item) == "Any"&&!ExpressionTool.GetTopLevelMethodCalls(item).Contains("Subqueryable"))
|
||||||
{
|
{
|
||||||
parameter.CommonTempData = GetNewExpressionValue(item);
|
parameter.CommonTempData = GetNewExpressionValue(item);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user