mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Update Mongodb
This commit is contained in:
@@ -24,7 +24,7 @@ namespace MongoDb.Ado.data
|
||||
DbDataReaderFactory.Items.TryGetValue(operation, out var handler);
|
||||
if (handler==null)
|
||||
{
|
||||
ExecuteHandlerFactory.Handler(operation, json, collection);
|
||||
ExecuteHandlerFactory.Handler(operation, json, collection,new HandlerContext());
|
||||
return new DataTable().CreateDataReader();
|
||||
}
|
||||
return handler.Handler(collection, doc);
|
||||
|
Reference in New Issue
Block a user