mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Update mongodb
This commit is contained in:
@@ -29,7 +29,7 @@ namespace MongoDb.Ado.data
|
||||
ExecuteHandlerFactory.Handler(operation,json, collection);
|
||||
return new DataTable().CreateDataReader();
|
||||
}
|
||||
return queryHandler.Find(collection, doc);
|
||||
return queryHandler.Handler(collection, doc);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user