edit
This commit is contained in:
@ -253,7 +253,8 @@ export class TransactionFlowComponent implements OnInit {
|
||||
bankType: item.bankType,
|
||||
rmYll: item.roleId,
|
||||
snglFlgCd: item.channelPaySn,
|
||||
bussType: '07'
|
||||
bussType: '07',
|
||||
ltdId: item.ltdId
|
||||
})
|
||||
}
|
||||
]
|
||||
|
||||
@ -273,7 +273,8 @@ export class WithdrawalsRecordComponent implements OnInit {
|
||||
bankType: item.bankType,
|
||||
rmYll: item.userId,
|
||||
snglFlgCd: item.coreSerNo,
|
||||
bussType: '06'
|
||||
bussType: '06',
|
||||
ltdId: item.ltdId
|
||||
})
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user