mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-10 18:30:02 +08:00
update
This commit is contained in:
@@ -1580,25 +1580,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
|
|
||||||
resultList.add(vo);
|
resultList.add(vo);
|
||||||
}
|
}
|
||||||
|
resultList = resultList.stream().sorted(Comparator.comparing(IndexOrderInfoVO::getDate)).collect(Collectors.toList());
|
||||||
// for (IndexOrderInfoVO indexOrderInfoVO : voList) {
|
|
||||||
// String orderCodes = indexOrderInfoVO.getOrderCodes();
|
|
||||||
// // 获取到所有的订单号列表
|
|
||||||
// if (StringUtils.isBlank(orderCodes)) {
|
|
||||||
// continue;
|
|
||||||
// }
|
|
||||||
// List<String> orderCodeList = Arrays.asList(orderCodes.split(","));
|
|
||||||
// // 查询对应数据
|
|
||||||
// IndexOrderInfoVO detailInfo = orderBasicInfoMapper.getIndexOrderDetail(orderCodeList);
|
|
||||||
// if (detailInfo == null) {
|
|
||||||
// continue;
|
|
||||||
// }
|
|
||||||
// indexOrderInfoVO.setTotalSharpUsedElectricity(detailInfo.getTotalSharpUsedElectricity());
|
|
||||||
// indexOrderInfoVO.setTotalPeakUsedElectricity(detailInfo.getTotalPeakUsedElectricity());
|
|
||||||
// indexOrderInfoVO.setTotalFlatUsedElectricity(detailInfo.getTotalFlatUsedElectricity());
|
|
||||||
// indexOrderInfoVO.setTotalValleyUsedElectricity(detailInfo.getTotalValleyUsedElectricity());
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
return resultList;
|
return resultList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user