fix bug
This commit is contained in:
parent
91123b00b8
commit
b1877a0963
|
|
@ -89,6 +89,7 @@ public class CustomerBankController {
|
|||
customerBank.setDeptId(merchant.getDeptId());
|
||||
customerBank.setAdapayMemberId(memberId);
|
||||
customerBank.setSettleAccount(1);
|
||||
customerBank.setSettleAccountId(result2.getString("id"));
|
||||
customerBankService.insertCustomerBank(customerBank);
|
||||
|
||||
|
||||
|
|
@ -124,6 +125,7 @@ public class CustomerBankController {
|
|||
customerBank.setCertId(request.getCertId());
|
||||
customerBank.setDeptId(merchant.getDeptId());
|
||||
customerBank.setSettleAccount(1);
|
||||
customerBank.setSettleAccountId("");
|
||||
customerBankService.insertCustomerBank(customerBank);
|
||||
}
|
||||
// 绑定新卡
|
||||
|
|
|
|||
Loading…
Reference in New Issue