This commit is contained in:
FanLian
2023-07-04 11:03:33 +08:00
27 changed files with 63 additions and 63 deletions

View File

@@ -169,7 +169,7 @@ namespace Tnb.WarehouseMgr
await _db.Ado.CommitTranAsync();
}
catch (Exception ex)
catch (Exception)
{
await _db.Ado.RollbackTranAsync();
throw;