@ -24,8 +24,8 @@
<!-- 查询客户对应的根级组织 -->
<select id="selectStaffOrgList" parameterType="map" resultType="com.epmet.dto.result.StaffOrgsResultDTO">
SELECT
ca.pid AS agencyId,
ca.ORGANIZATION_NAME AS agencyName,
ca.pid AS rootAgencyId,
ca.ORGANIZATION_NAME AS rootAgencyName,
ca.CUSTOMER_ID AS customerId
FROM
customer_agency ca