This commit is contained in:
qianjiawei
2024-02-05 11:30:58 +08:00
parent 130e696699
commit af1c94170b
4 changed files with 39 additions and 11 deletions

View File

@@ -198,7 +198,8 @@ namespace Tnb.WarehouseMgr
}
catch (Exception)
{
return await Task.FromResult(false);
await _db.Ado.RollbackTranAsync();
throw;
}
finally
{