This commit is contained in:
sunkaixuna 2021-08-28 21:19:54 +08:00
parent e85f7c4127
commit a6445641af

View File

@ -759,6 +759,7 @@ namespace SqlSugar
if (action != null)
data = await action();
this.CommitTran();
result.IsSuccess = true;
result.Data = data;
}
catch (Exception ex)