jieling
PC-202302260912\Administrator 2023-09-12 18:04:11 +08:00
parent 83ef3a381d
commit 1c372e3f5e
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ public class OrderInfoController {
// 渠道信息
// List<ChannelInfo> channelInfos = channelInfoDao.getChannelInfoList();
// Map<String, String> channelMap = channelInfos.stream().collect(Collectors.toMap(ChannelInfo::getId, ChannelInfo::getName, (key1, key2) -> key2));
LOGGER.info("开始查询订单信息param:{}, 天数:{}",parameterMap, days);
// 循环遍历
int i = 0;
for (Map.Entry<String, CGPayOrder> entry : orderHashMap.entrySet()) {