refactor/tweaked the bankId place

This commit is contained in:
hongwei 2022-12-09 00:42:18 +01:00
parent c8c8906bf6
commit 11881a8062

View File

@ -20,7 +20,7 @@ class RemotedataCustomerAccountLinksActor extends Actor with ObpActorHelper with
case cc.getOrCreateCustomerAccountLink(customerId: String, bankId: String, accountId: String, relationshipType) =>
logger.debug(s"getOrCreateCustomerAccountLink($customerId, $bankId, $accountId, $relationshipType)")
sender ! (mapper.getOrCreateCustomerAccountLink(accountId, bankId, customerId, relationshipType))
sender ! (mapper.getOrCreateCustomerAccountLink(customerId, bankId, accountId, relationshipType))
case cc.getCustomerAccountLinkByCustomerId(customerId: String) =>
logger.debug(s"getCustomerAccountLinkByCustomerId($customerId)")