Update mongodb

This commit is contained in:
sunkaixuan
2025-07-23 15:17:52 +08:00
parent 6bede4a49b
commit baadff319c
2 changed files with 42 additions and 1 deletions

View File

@@ -623,8 +623,10 @@ namespace SqlSugar.MongoDb
return memberName;
else if (UtilMethods.IsMongoVariable(memberName))
return memberName;
else
else if (memberName is BsonString)
return $"${memberName}";
else
return memberName;
}
//public static object ConvertDataByTypeName(string ctypename,string value)
//{