收款账户未显示debug
This commit is contained in:
parent
c9859e4b78
commit
49c1b8b57b
|
@ -132,9 +132,6 @@ public class AccountServiceImpl implements AccountService {
|
||||||
@Override
|
@Override
|
||||||
public Map<String, List<AccountVO>> selectSmAccountGroup(AccountQuery dto) {
|
public Map<String, List<AccountVO>> selectSmAccountGroup(AccountQuery dto) {
|
||||||
List<AccountVO> list = this.selectSmAccountList(dto);
|
List<AccountVO> list = this.selectSmAccountList(dto);
|
||||||
if (CollectionUtils.isEmpty(list)) {
|
|
||||||
return Collections.emptyMap();
|
|
||||||
}
|
|
||||||
// 获取可用渠道,仅返回可用渠道
|
// 获取可用渠道,仅返回可用渠道
|
||||||
Set<String> enabledChannel = channelWithdrawService.selectEnabledList()
|
Set<String> enabledChannel = channelWithdrawService.selectEnabledList()
|
||||||
.stream().map(ChannelWithdrawVO::getAccountType).collect(Collectors.toSet());
|
.stream().map(ChannelWithdrawVO::getAccountType).collect(Collectors.toSet());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user