mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-24 16:43:17 +08:00
Update mongodb
This commit is contained in:
@@ -63,7 +63,7 @@ namespace MongoDb.Ado.data
|
|||||||
|
|
||||||
public static void ValidateOperation(string operation)
|
public static void ValidateOperation(string operation)
|
||||||
{
|
{
|
||||||
if (ExecuteHandlerFactory.Items.TryGetValue(operation, out var handler))
|
if (new ExecuteHandlerFactory().Items.TryGetValue(operation, out var handler))
|
||||||
{
|
{
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user