mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-17 01:46:18 +08:00
Synchronization code
This commit is contained in:
parent
8ca7f6cb0a
commit
66101d10bc
@ -2398,7 +2398,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
if (this.QueryBuilder.IsSingle() == false && this.QueryBuilder.SelectValue is LambdaExpression exp &&this.QueryBuilder.AsTables?.Any()==false)
|
if (this.QueryBuilder.IsSingle() == false && this.QueryBuilder.SelectValue is LambdaExpression exp &&this.QueryBuilder.AsTables?.Any()==false)
|
||||||
{
|
{
|
||||||
if (exp.Parameters.Count == this.QueryBuilder.JoinQueryInfos.Count)
|
if (exp.Parameters.Count == this.QueryBuilder.JoinQueryInfos.Count+1)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user