From 5026801d49fcf6d391042f2c846e0b2153211f2d Mon Sep 17 00:00:00 2001 From: zxc <1272811460@qq.com> Date: Fri, 6 Aug 2021 09:06:10 +0800 Subject: [PATCH] emm --- .../src/main/resources/mapper/CustomerStaffGridDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerStaffGridDao.xml b/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerStaffGridDao.xml index b1acb714b9..05277137da 100644 --- a/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerStaffGridDao.xml +++ b/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerStaffGridDao.xml @@ -107,7 +107,7 @@ SELECT sa.AGENCY_ID AS agencyId, sa.AGENCY_ID AS gridId, - ca.ORGANIZATION_NAME AS gridNamme + ca.ORGANIZATION_NAME AS gridName FROM customer_staff_agency sa LEFT JOIN customer_agency ca ON (ca.ID = sa.AGENCY_ID AND ca.DEL_FLAG = 0) WHERE sa.DEL_FLAG = 0