mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update mongodb
This commit is contained in:
@@ -84,6 +84,10 @@ namespace MongoDb.Ado.data
|
||||
{
|
||||
queryParams += "&";
|
||||
}
|
||||
else
|
||||
{
|
||||
queryParams += "?";
|
||||
}
|
||||
queryParams += $"authSource={dict["AuthSource"]}";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user