|
|
|
|
@ -166,6 +166,8 @@ public class ReportAccountabilityStatsServiceImpl implements ReportAccountabilit
|
|
|
|
|
responseDTO.setLeadBlames(leadBlames); |
|
|
|
|
responseDTO.setUnitBlames(unitBlames); |
|
|
|
|
responseDTO.setTopPersons(topPersons); |
|
|
|
|
responseDTO.setUnitTypeCountMap(unitTypeCountMap); |
|
|
|
|
responseDTO.setPersonalTypeCountMap(personalTypeCountMap); |
|
|
|
|
return responseDTO; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|