debug:数据点获取
This commit is contained in:
parent
ad7610b9f0
commit
f0bccd86a6
|
@ -1027,7 +1027,7 @@ public class DeviceServiceImpl implements DeviceService
|
||||||
// 拼接正在使用中的订单数量
|
// 拼接正在使用中的订单数量
|
||||||
deviceAssembler.assembleUsingBillCount(list);
|
deviceAssembler.assembleUsingBillCount(list);
|
||||||
|
|
||||||
// todo 列表根据产品ID分组
|
// 列表根据产品ID分组
|
||||||
Map<String, List<DeviceVO>> group = list.stream().collect(Collectors.groupingBy(DeviceVO::getModelProductId));
|
Map<String, List<DeviceVO>> group = list.stream().collect(Collectors.groupingBy(DeviceVO::getModelProductId));
|
||||||
|
|
||||||
for (Map.Entry<String, List<DeviceVO>> entry : group.entrySet()) {
|
for (Map.Entry<String, List<DeviceVO>> entry : group.entrySet()) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user