From 9d0fdef91b039168f6327dbf1f6c7ceaa4ef1200 Mon Sep 17 00:00:00 2001 From: jianjun Date: Thu, 18 Jun 2020 17:39:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E6=97=A5=E9=83=A8=E9=97=A8=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/epmet/service/impl/StatsPublicityServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/impl/StatsPublicityServiceImpl.java b/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/impl/StatsPublicityServiceImpl.java index cd230fc4f3..8cca6658da 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/impl/StatsPublicityServiceImpl.java +++ b/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/impl/StatsPublicityServiceImpl.java @@ -178,7 +178,7 @@ public class StatsPublicityServiceImpl implements StatsPublicityService { private void statsPublishedAgencyDaily(Date statsDate, DimIdGenerator.DimIdBean dimIdBean, String customerId, Map agencySummaryMap) { //获取所有客户 - List departmentDTOList = dimAgencyService.getAgencyListByCustomerId(customerId); + List departmentDTOList = null;//dimAgencyService.getAgencyListByCustomerId(customerId); if (CollectionUtils.isEmpty(departmentDTOList)) { log.warn("publicitySummary getAgencyListByCustomerId return empty,customerId:{}", customerId); return;