|
|
@ -178,7 +178,7 @@ public class StatsPublicityServiceImpl implements StatsPublicityService { |
|
|
|
|
|
|
|
|
private void statsPublishedAgencyDaily(Date statsDate, DimIdGenerator.DimIdBean dimIdBean, String customerId, Map<String, ArticleGridPublishedSummaryDTO> agencySummaryMap) { |
|
|
private void statsPublishedAgencyDaily(Date statsDate, DimIdGenerator.DimIdBean dimIdBean, String customerId, Map<String, ArticleGridPublishedSummaryDTO> agencySummaryMap) { |
|
|
//获取所有客户
|
|
|
//获取所有客户
|
|
|
List<DimAgencyEntity> departmentDTOList = dimAgencyService.getAgencyListByCustomerId(customerId); |
|
|
List<DimAgencyEntity> departmentDTOList = null;//dimAgencyService.getAgencyListByCustomerId(customerId);
|
|
|
if (CollectionUtils.isEmpty(departmentDTOList)) { |
|
|
if (CollectionUtils.isEmpty(departmentDTOList)) { |
|
|
log.warn("publicitySummary getAgencyListByCustomerId return empty,customerId:{}", customerId); |
|
|
log.warn("publicitySummary getAgencyListByCustomerId return empty,customerId:{}", customerId); |
|
|
return; |
|
|
return; |
|
|
|