|
@@ -105,7 +105,7 @@ public class SysAccountServiceImpl extends BaseServiceImpl<Integer, SysAccount>
|
|
|
accounts.add(originalAccount);
|
|
|
}else {
|
|
|
String routingMerNo = account.getRoutingMerNo();
|
|
|
- getAdaAccount(Integer.parseInt(routingMerNo), channel, amount);
|
|
|
+ return getAdaAccount(Integer.parseInt(routingMerNo), channel, amount);
|
|
|
}
|
|
|
}
|
|
|
return accounts;
|