Browse Source

修改买单HBPO退回失败

master
学 赵 1 year ago
parent
commit
70a94cc998
  1. 2
      code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Managers/INV_MNG.cs

2
code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Managers/INV_MNG.cs

@ -871,7 +871,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Managers
{ {
await _bbacMng.SetNewState(groupbillNum).ConfigureAwait(false); await _bbacMng.SetNewState(groupbillNum).ConfigureAwait(false);
} }
else if (first.BusinessType == EnumBusinessType.JisHBPO || first.BusinessType == EnumBusinessType.JisHBPO) else if (first.BusinessType == EnumBusinessType.JisHBPO || first.BusinessType == EnumBusinessType.MaiDanJianHBPO)
{ {
await _hbpoMng.SetNewState(groupbillNum).ConfigureAwait(false); await _hbpoMng.SetNewState(groupbillNum).ConfigureAwait(false);
} }

Loading…
Cancel
Save