mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Mongodb
This commit is contained in:
parent
a93c60d57e
commit
23ae6355d4
@ -122,7 +122,7 @@ namespace SqlSugar.MongoDb
|
|||||||
}
|
}
|
||||||
var isJoin = this._context.queryBuilder?.IsSingle()==false;
|
var isJoin = this._context.queryBuilder?.IsSingle()==false;
|
||||||
var shortName = ((ParameterExpression)expr)?.Name;
|
var shortName = ((ParameterExpression)expr)?.Name;
|
||||||
var joinInfo = this._context.queryBuilder.JoinQueryInfos.FirstOrDefault(it => it.ShortName.EqualCase(shortName));
|
var joinInfo = this._context.queryBuilder?.JoinQueryInfos?.FirstOrDefault(it => it.ShortName.EqualCase(shortName));
|
||||||
var isObj = false;
|
var isObj = false;
|
||||||
if (joinInfo != null)
|
if (joinInfo != null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user