This commit is contained in:
2024-05-22 16:59:27 +08:00
parent 90b567f653
commit 5eb89b8da5

View File

@@ -786,8 +786,9 @@ namespace Tnb.ProductionMgr
await db.Ado.CommitTranAsync();
}
catch (Exception)
catch (Exception e)
{
Log.Error(e.Message,e);
await db.Ado.RollbackTranAsync();
}
}