|
|
|
@ -525,6 +525,7 @@ public class DeviceLedgerServiceImpl implements DeviceLedgerService {
|
|
|
|
return respVO;
|
|
|
|
return respVO;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
PageResult<DeviceLedgerDO> pageResult = deviceLedgerMapper.selectPage(pageReqVO);
|
|
|
|
PageResult<DeviceLedgerDO> pageResult = deviceLedgerMapper.selectPage(pageReqVO);
|
|
|
|
|
|
|
|
fillIotDeviceInfo(pageResult.getList());
|
|
|
|
respVO.setList(BeanUtils.toBean(pageResult.getList(), DeviceLedgerRespVO.class));
|
|
|
|
respVO.setList(BeanUtils.toBean(pageResult.getList(), DeviceLedgerRespVO.class));
|
|
|
|
respVO.setTotal(pageResult.getTotal());
|
|
|
|
respVO.setTotal(pageResult.getTotal());
|
|
|
|
|
|
|
|
|
|
|
|
|