From 552966a0871b9e27a56856f1d7e93a17266205bd Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 25 Feb 2022 13:31:41 +0800 Subject: [PATCH] edit --- .../components/transaction-flow/transaction-flow.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts b/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts index d2d258be..44732a5f 100644 --- a/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts +++ b/src/app/routes/financial-management/components/transaction-flow/transaction-flow.component.ts @@ -253,7 +253,7 @@ export class TransactionFlowComponent implements OnInit { bankType: item.bankType, rmYll: item.roleId, snglFlgCd: item.channelPaySn, - bussType: '07', + bussType: item.tradeType === '7' ? '05' : item.tradeType === '8' ? '06' : '07', ltdId: item.ltdId }) }