mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Split table bug
This commit is contained in:
@@ -43,7 +43,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
this.Context.Ado.BeginTran();
|
this.Context.Ado.BeginTran();
|
||||||
var result = await _ExecuteCommandAsync();
|
var result = await _ExecuteCommandAsync();
|
||||||
this.Context.Ado.BeginTran();
|
this.Context.Ado.CommitTran();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
@@ -44,7 +44,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
this.Context.Ado.BeginTran();
|
this.Context.Ado.BeginTran();
|
||||||
var result = await _ExecuteCommandAsync();
|
var result = await _ExecuteCommandAsync();
|
||||||
this.Context.Ado.BeginTran();
|
this.Context.Ado.CommitTran();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
Reference in New Issue
Block a user