|
|
@ -59,12 +59,9 @@ public class GroupDataServiceImpl implements GroupDataService { |
|
|
|
}); |
|
|
|
}else { |
|
|
|
result.forEach(grid -> { |
|
|
|
GroupGridDailyResultDTO dailyResult = new GroupGridDailyResultDTO(); |
|
|
|
BeanUtils.copyProperties(dimTime, dailyResult); |
|
|
|
dailyResult.setAgencyId(grid.getAgencyId()); |
|
|
|
gridGroupTotalResultDTOS.forEach(groupTotal -> { |
|
|
|
if (grid.getGridId().equals(groupTotal.getGridId())) { |
|
|
|
dailyResult.setGroupTotal(groupTotal.getGridGroupTotal()); |
|
|
|
grid.setGroupTotal(groupTotal.getGridGroupTotal()); |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|