Merge remote-tracking branch 'origin/master'

This commit is contained in:
bupengxiang
2023-04-28 18:21:18 +08:00
@@ -338,6 +338,7 @@ public class IReportServiceImpl extends ServiceImpl<ReportDao, ReportEntity>
reportLabelEntities.forEach(reportLabelEntity -> { reportLabelEntities.forEach(reportLabelEntity -> {
idSet.add(reportLabelEntity.getReportId()); idSet.add(reportLabelEntity.getReportId());
}); });
idSet.add("1");
} }
@@ -410,6 +411,7 @@ public class IReportServiceImpl extends ServiceImpl<ReportDao, ReportEntity>
reportLabelEntities.forEach(reportLabelEntity -> { reportLabelEntities.forEach(reportLabelEntity -> {
idSet.add(reportLabelEntity.getReportId()); idSet.add(reportLabelEntity.getReportId());
}); });
idSet.add("1");
} }
IPage<ReportVo> list = reportDao.reportManagerPage(page, vo, idSet); IPage<ReportVo> list = reportDao.reportManagerPage(page, vo, idSet);