|
|
@ -106,9 +106,6 @@ public class StatsUserServiceImpl implements StatsUserService { |
|
|
|
|
|
|
|
//3.初始化机关维度
|
|
|
|
List<AgencySubTreeDto> agencies = dimAgencyService.getAllAgency(customerId); |
|
|
|
//List<AgencySubTreeDto> topAgencies = dimAgencyService.getTopAgency(customerId);
|
|
|
|
// log.info(JSON.toJSONString(timeDimension));
|
|
|
|
// log.info(JSON.toJSONString(agencies));
|
|
|
|
//4.计算机关统计数据、生成唯一性统计数据
|
|
|
|
try { |
|
|
|
UserStatisticalData agencyData = userService.traverseAgencyUser(agencies, date, timeDimension); |
|
|
|