出库申请消除catch块变量

This commit is contained in:
alex
2023-06-30 16:33:45 +08:00
parent a90c18f89c
commit 7bbc41d0af

View File

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