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