修复bug

This commit is contained in:
18942506660
2023-11-22 13:49:30 +08:00
parent 2bbe05074b
commit 999721abbb
5 changed files with 9 additions and 8 deletions

View File

@@ -419,7 +419,7 @@ namespace WMS.Web.Repositories
_transaction.Commit();
return true;
}
catch
catch(Exception e)
{
if (_transaction != null)
_transaction.Rollback();