mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update mongodb
This commit is contained in:
@@ -23,6 +23,7 @@ namespace MongoDb.Ado.data
|
||||
|
||||
public static int Handler(string operation, string json, IMongoCollection<BsonDocument> collection)
|
||||
{
|
||||
MongoDbMethodUtils.ValidateOperation(operation);
|
||||
var handlers = ExecuteHandlerFactory.Items;
|
||||
|
||||
if (!handlers.TryGetValue(operation, out var handler))
|
||||
|
Reference in New Issue
Block a user