From 4e077a7f6f0f42d27ebc0e684e4b3e677efc0380 Mon Sep 17 00:00:00 2001 From: jianjun Date: Fri, 6 Aug 2021 15:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=8D=95=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../screen/impl/AgencyServiceImpl.java | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/epmet-module/data-report/data-report-server/src/main/java/com/epmet/datareport/service/evaluationindex/screen/impl/AgencyServiceImpl.java b/epmet-module/data-report/data-report-server/src/main/java/com/epmet/datareport/service/evaluationindex/screen/impl/AgencyServiceImpl.java index 7b4516ab77..8b45ddb6ef 100644 --- a/epmet-module/data-report/data-report-server/src/main/java/com/epmet/datareport/service/evaluationindex/screen/impl/AgencyServiceImpl.java +++ b/epmet-module/data-report/data-report-server/src/main/java/com/epmet/datareport/service/evaluationindex/screen/impl/AgencyServiceImpl.java @@ -505,7 +505,6 @@ public class AgencyServiceImpl implements AgencyService { //单客户 if (CollectionUtils.isEmpty(crmRes.getData())){ String parentId = staffAgencyDTO.getPid(); - //todo 暂不处理 有时间再说 do { parentAgencyDTO = screenCustomerAgencyDao.selectByAgencyId(parentId); if (parentAgencyDTO == null){ @@ -523,18 +522,6 @@ public class AgencyServiceImpl implements AgencyService { nodes = TreeUtils.buildTreeByAreaCode(nodeList); }else { String parentAreaCode = staffAgencyDTO.getParentAreaCode(); - - /*ScreenCustomerAgencyDTO currentAgency = new ScreenCustomerAgencyDTO(); - currentAgency.setCustomerId(staffAgencyDTO.getCustomerId()); - currentAgency.setAgencyId(staffAgencyDTO.getId()); - currentAgency.setAgencyName(staffAgencyDTO.getOrganizationName()); - currentAgency.setLevel(staffAgencyDTO.getLevel()); - currentAgency.setAreaCode(staffAgencyDTO.getAreaCode()); - currentAgency.setParentAreaCode(staffAgencyDTO.getParentAreaCode()); - currentAgency.setPid(staffAgencyDTO.getPid()); - currentAgency.setPids(staffAgencyDTO.getPids()); - - convertOrgTreeNode(nodeList, currentAgency);*/ //多客户 获取所有直线上级 do { parentAgencyDTO = screenCustomerAgencyDao.selectByAreaCode(parentAreaCode);