feature/added the delete functions the updateUserAccountViews - step3 add a TODO

This commit is contained in:
hongwei 2022-02-16 11:48:12 +01:00
parent 3ab8f44dc4
commit bc88094a1d

View File

@ -1307,6 +1307,7 @@ def restoreSomeSessions(): Unit = {
val csbNewBankAccountViewIds = cbsBankAccountViewIds diff obpBankAccountViewIds
//1rd remove the deprecated accounts
//TODO. need to double check if we need to clean accountidmapping table, account meta data (MappedTag) ....
for{
cbsRemovedBankAccountId <- cbsRemovedBankAccountViewIds
bankId = BankId(cbsRemovedBankAccountId._1)