diff --git a/Examples/orm_vs/orm_vs.csproj b/Examples/orm_vs/orm_vs.csproj
index 4e6eb813..4ee359da 100644
--- a/Examples/orm_vs/orm_vs.csproj
+++ b/Examples/orm_vs/orm_vs.csproj
@@ -6,9 +6,9 @@
-
-
-
+
+
+
diff --git a/FreeSql.DbContext/DbContext/DbContextAsync.cs b/FreeSql.DbContext/DbContext/DbContextAsync.cs
index 4cac04a2..88969bd7 100644
--- a/FreeSql.DbContext/DbContext/DbContextAsync.cs
+++ b/FreeSql.DbContext/DbContext/DbContextAsync.cs
@@ -17,7 +17,7 @@ namespace FreeSql
return SaveChangesSuccess();
}
- static Dictionary>>> _dicExecCommandDbContextBetchAsync = new Dictionary>>>();
+ static Dictionary>>> _dicExecCommandDbContextBatchAsync = new Dictionary>>>();
async internal Task ExecCommandAsync()
{
if (isExecCommanding) return;
@@ -27,9 +27,9 @@ namespace FreeSql
ExecCommandInfo oldinfo = null;
var states = new List