generated from root/miduo_server
jieling
parent
83ef3a381d
commit
1c372e3f5e
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue