improvements, fixes, etc...
This commit is contained in:
parent
08f91408c3
commit
19cc506fc2
|
|
@ -90,7 +90,7 @@ public class MgDbContextBase : IMgDbContextBase
|
|||
if (throwException) throw;
|
||||
|
||||
result = false;
|
||||
Logger.Error($"TransactionInnerAsync({this}) transaction error! ex: {ex.Message}{AcEnv.NL}", ex);
|
||||
Logger.Error($"TransactionInnerAsync({this}) transaction ROLLBACK! ex: {ex.Message}{AcEnv.NL}", ex);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Reference in New Issue