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