|
@@ -87,6 +87,7 @@ public class YearReportService extends ServiceImpl<YearReportMapper, YearReportE
|
|
|
ReportDto reportDto = new ReportDto();
|
|
|
reportDto.setYear(year);
|
|
|
reportDto.setDeviceIds(devices);
|
|
|
+ reportDto.setParentSceneIds(ids);
|
|
|
List<ReportAttributeDto> reportAttributeDtos2 = deviceParmService.findAttributeNameList(reportDto);
|
|
|
List<String> dataTitle = new ArrayList<>();
|
|
|
Map<String, Integer> mapsTitle = new LinkedHashMap<>();
|