From 9c4ef8a75670287660ec6fb357f41f5d1003661a Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Fri, 5 Feb 2021 12:17:49 +0800 Subject: [PATCH] =?UTF-8?q?queryStaffAgencyTree=E6=96=B9=E6=B3=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/screen/ScreenCustomerAgencyDao.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCustomerAgencyDao.xml b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCustomerAgencyDao.xml index f1ac298f46..cf3b1a7631 100644 --- a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCustomerAgencyDao.xml +++ b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCustomerAgencyDao.xml @@ -233,7 +233,8 @@ agency.AGENCY_NAME AS agencyName, agency.LEVEL AS LEVEL, agency.CUSTOMER_ID AS customerId, - agency.AREA_CODE AS areaCode + agency.AREA_CODE AS areaCode, + agency.PARENT_AREA_CODE AS parentAreaCode FROM screen_customer_agency agency WHERE