收款账户未显示debug

This commit is contained in:
墨大叔 2024-09-20 17:49:27 +08:00
parent c9859e4b78
commit 49c1b8b57b

View File

@ -132,9 +132,6 @@ public class AccountServiceImpl implements AccountService {
@Override
public Map<String, List<AccountVO>> selectSmAccountGroup(AccountQuery dto) {
List<AccountVO> list = this.selectSmAccountList(dto);
if (CollectionUtils.isEmpty(list)) {
return Collections.emptyMap();
}
// 获取可用渠道仅返回可用渠道
Set<String> enabledChannel = channelWithdrawService.selectEnabledList()
.stream().map(ChannelWithdrawVO::getAccountType).collect(Collectors.toSet());