|
@@ -193,6 +193,7 @@ public class IotRdDailyReportController {
|
|
|
// 查询日报生产动态明细
|
|
// 查询日报生产动态明细
|
|
|
IotRdDailyReportDetailPageReqVO detailReqVO = new IotRdDailyReportDetailPageReqVO();
|
|
IotRdDailyReportDetailPageReqVO detailReqVO = new IotRdDailyReportDetailPageReqVO();
|
|
|
detailReqVO.setPageSize(PageParam.PAGE_SIZE_NONE);
|
|
detailReqVO.setPageSize(PageParam.PAGE_SIZE_NONE);
|
|
|
|
|
+ detailReqVO.setReportId(dailyReport.getId());
|
|
|
PageResult<IotRdDailyReportDetailDO> reportDetailPage = iotRdDailyReportDetailMapper.selectPage(detailReqVO);
|
|
PageResult<IotRdDailyReportDetailDO> reportDetailPage = iotRdDailyReportDetailMapper.selectPage(detailReqVO);
|
|
|
List<IotRdDailyReportDetailDO> reportDetails = reportDetailPage.getList();
|
|
List<IotRdDailyReportDetailDO> reportDetails = reportDetailPage.getList();
|
|
|
if (CollUtil.isNotEmpty(reportDetails)) {
|
|
if (CollUtil.isNotEmpty(reportDetails)) {
|