This commit is contained in:
Taric Xin
2022-02-25 13:31:41 +08:00
parent c75f26fcf7
commit 552966a087

View File

@ -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
})
}