Merge remote-tracking branch 'origin/master' into debug

This commit is contained in:
墨大叔 2024-09-20 17:50:48 +08:00
commit 3a683caafc

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());