|
|
|
@ -236,6 +236,7 @@ public class CollectionParamsManageServiceImpl implements ICollectionParamsManag
|
|
|
|
|
deviceMonitorVO.setCollectTime(param.getCurTime()); |
|
|
|
|
deviceMonitorVO.setCollectValue(String.valueOf(param.getCurValue())); |
|
|
|
|
deviceMonitorVO.setParamType(param.getParamType()); |
|
|
|
|
deviceMonitorVO.setOrderNum(param.getCpmOrderNum()); |
|
|
|
|
} |
|
|
|
|
return deviceMonitorVO; |
|
|
|
|
}) |
|
|
|
@ -297,7 +298,7 @@ public class CollectionParamsManageServiceImpl implements ICollectionParamsManag
|
|
|
|
|
child.setValue(String.valueOf(param.getCurValue())); |
|
|
|
|
child.setTime(param.getCurTime()); |
|
|
|
|
child.setParamType(param.getParamType()); |
|
|
|
|
child.setOrderNum(param.getCmpOrderNum()); |
|
|
|
|
child.setOrderNum(param.getCpmOrderNum()); |
|
|
|
|
return child; |
|
|
|
|
}) |
|
|
|
|
.sorted(Comparator.comparing(DeviceOperateMonitorVO::getOrderNum)) |
|
|
|
|