edit
This commit is contained in:
@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user