Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user