From 49c1b8b57b379a3b1c7469120da854b81f6e5d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E5=A4=A7=E5=8F=94?= <494979559@qq.com> Date: Fri, 20 Sep 2024 17:49:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E6=AC=BE=E8=B4=A6=E6=88=B7=E6=9C=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BAdebug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/ss/account/service/impl/AccountServiceImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/smart-switch-service/src/main/java/com/ruoyi/ss/account/service/impl/AccountServiceImpl.java b/smart-switch-service/src/main/java/com/ruoyi/ss/account/service/impl/AccountServiceImpl.java index d9bec165..1f65235c 100644 --- a/smart-switch-service/src/main/java/com/ruoyi/ss/account/service/impl/AccountServiceImpl.java +++ b/smart-switch-service/src/main/java/com/ruoyi/ss/account/service/impl/AccountServiceImpl.java @@ -132,9 +132,6 @@ public class AccountServiceImpl implements AccountService { @Override public Map> selectSmAccountGroup(AccountQuery dto) { List list = this.selectSmAccountList(dto); - if (CollectionUtils.isEmpty(list)) { - return Collections.emptyMap(); - } // 获取可用渠道,仅返回可用渠道 Set enabledChannel = channelWithdrawService.selectEnabledList() .stream().map(ChannelWithdrawVO::getAccountType).collect(Collectors.toSet());