mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +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)
|
||||
{
|
||||
this.Expression = item;
|
||||
if (ExpressionTool.GetMethodName(item) == "Any")
|
||||
if (ExpressionTool.GetMethodName(item) == "Any"&&!ExpressionTool.GetTopLevelMethodCalls(item).Contains("Subqueryable"))
|
||||
{
|
||||
parameter.CommonTempData = GetNewExpressionValue(item);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user