流水修改

jieling
PC-202302260912\Administrator 2023-09-13 11:00:35 +08:00
parent e4d7a1f751
commit c233322c89
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,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);
LOGGER.info("开始查询订单信息param:{}, 天数:{}",parameterMap, days.size());
// 循环遍历
int i = 0;
for (Map.Entry<String, CGPayOrder> entry : orderHashMap.entrySet()) {