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 05277137da..1d11a957b2 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 @@ -114,8 +114,8 @@ AND sa.USER_ID = #{userId} UNION ALL SELECT - sg.GRID_ID AS gridId, cg.PID AS agencyId, + sg.GRID_ID AS gridId, cg.GRID_NAME AS gridName FROM customer_staff_grid sg LEFT JOIN customer_grid cg ON (cg.ID = sg.GRID_ID AND cg.DEL_FLAG = 0)