mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
修改首页数据接口bug
This commit is contained in:
@@ -1989,7 +1989,6 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
||||
// return orderBasicInfoMapper.getIndexOrderInfo(dto);
|
||||
List<IndexOrderInfoVO> voList = orderBasicInfoMapper.getIndexOrderInfoV2(dto);
|
||||
|
||||
|
||||
Map<String, List<IndexOrderInfoVO>> map = voList.stream().collect(Collectors.groupingBy(IndexOrderInfoVO::getDate));
|
||||
|
||||
List<IndexOrderInfoVO> resultList = Lists.newArrayList();
|
||||
|
||||
Reference in New Issue
Block a user