debug:数据点获取

This commit is contained in:
磷叶 2024-11-12 09:54:02 +08:00
parent ad7610b9f0
commit f0bccd86a6

View File

@ -1027,7 +1027,7 @@ public class DeviceServiceImpl implements DeviceService
// 拼接正在使用中的订单数量
deviceAssembler.assembleUsingBillCount(list);
// todo 列表根据产品ID分组
// 列表根据产品ID分组
Map<String, List<DeviceVO>> group = list.stream().collect(Collectors.groupingBy(DeviceVO::getModelProductId));
for (Map.Entry<String, List<DeviceVO>> entry : group.entrySet()) {