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