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