This commit is contained in:
kuang.yife 2023-04-18 21:10:23 +08:00
parent 91123b00b8
commit b1877a0963
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}
// 绑定新卡