mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
-
This commit is contained in:
parent
e85f7c4127
commit
a6445641af
@ -759,6 +759,7 @@ namespace SqlSugar
|
||||
if (action != null)
|
||||
data = await action();
|
||||
this.CommitTran();
|
||||
result.IsSuccess = true;
|
||||
result.Data = data;
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Loading…
Reference in New Issue
Block a user