feat: 修复按标签筛选显示全部数据Bug
Bug编号68665
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