Update Dispose

This commit is contained in:
sunkaixuna
2022-02-12 14:58:33 +08:00
parent c0fb994699
commit f682eaa00f

View File

@@ -839,9 +839,7 @@ namespace SqlSugar
public void Dispose()
{
AllClientEach(it => it.Ado.RollbackTran());
this.Context.Dispose();
AllClientEach(it => it.Dispose());
}
#endregion