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