generated from root/miduo_server
流水修改
parent
e4d7a1f751
commit
c233322c89
|
|
@ -211,7 +211,7 @@ public class OrderInfoController {
|
||||||
// 渠道信息
|
// 渠道信息
|
||||||
// List<ChannelInfo> channelInfos = channelInfoDao.getChannelInfoList();
|
// List<ChannelInfo> channelInfos = channelInfoDao.getChannelInfoList();
|
||||||
// Map<String, String> channelMap = channelInfos.stream().collect(Collectors.toMap(ChannelInfo::getId, ChannelInfo::getName, (key1, key2) -> key2));
|
// 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;
|
int i = 0;
|
||||||
for (Map.Entry<String, CGPayOrder> entry : orderHashMap.entrySet()) {
|
for (Map.Entry<String, CGPayOrder> entry : orderHashMap.entrySet()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue