|
|
@@ -835,7 +835,7 @@ public class WalletService {
|
|
|
}
|
|
|
List<ChannelCount> channelDetails = new ArrayList<>();
|
|
|
//查询预付订单渠道统计数据
|
|
|
- R<List<ChannelStatistics>> listR = payCenterService.advancePayWalletChannels(uid, StringUtils.join(filterList, ","));
|
|
|
+ R<List<ChannelStatistics>> listR = payCenterService.advancePayReceiveChannels(uid, StringUtils.join(filterList, ","));
|
|
|
Map<String, Integer> mapCount;
|
|
|
if (listR.getStatus()) {
|
|
|
List<ChannelStatistics> data = listR.getData();
|