|
@@ -446,9 +446,6 @@ public class WalletService {
|
|
|
ChannelEnum channelEnum = null;
|
|
ChannelEnum channelEnum = null;
|
|
|
if (StringUtils.isNotBlank(walletDetailReq.getChannel())) {
|
|
if (StringUtils.isNotBlank(walletDetailReq.getChannel())) {
|
|
|
channelEnum = ChannelEnum.getByValue(walletDetailReq.getChannel());
|
|
channelEnum = ChannelEnum.getByValue(walletDetailReq.getChannel());
|
|
|
- if (Objects.isNull(channelEnum)) {
|
|
|
|
|
- throw new BusinessException("支付通道不存在");
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
List<WalletDto> res = new ArrayList<>();
|
|
List<WalletDto> res = new ArrayList<>();
|
|
|
long sum = 0L;
|
|
long sum = 0L;
|