This commit is contained in:
Lemon
2024-06-17 08:47:06 +08:00
14 changed files with 88 additions and 34 deletions

View File

@@ -1990,7 +1990,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();