mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update mongodb
This commit is contained in:
@@ -58,7 +58,7 @@ namespace SqlSugar.MongoDb
|
||||
// 三元条件格式: { "$gt": ["$Age", 0] }
|
||||
return new BsonDocument
|
||||
{
|
||||
{ op, new BsonArray { "$" + leftValue, rightValue } }
|
||||
{ op, new BsonArray {UtilMethods.GetMemberName(leftValue), rightValue } }
|
||||
};
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user