入库申请,抛出异常

This commit is contained in:
2023-06-27 17:02:11 +08:00
parent d23b8b125a
commit 83273a6d49

View File

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