This commit is contained in:
2023-06-30 17:11:15 +08:00

View File

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