mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Update mongodb
This commit is contained in:
@@ -27,7 +27,7 @@ namespace MongoDb.Ado.data
|
||||
|
||||
if (!handlers.TryGetValue(operation, out var handler))
|
||||
throw new NotSupportedException($"不支持的操作类型: {operation}");
|
||||
|
||||
handler.operation = operation;
|
||||
return handler.Handle(collection, json);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user