@ -42,6 +42,7 @@
AND sr.ORG_ID = #{orgId}
AND sr.DEL_FLAG = '0'
AND r.DEL_FLAG = '0'
ORDER BY r.SORT asc
</select>
<select id="selectGovStaffRoleList" resultType="com.epmet.dto.GovStaffRoleDTO" parameterType="com.epmet.dto.GovStaffRoleDTO">
select
@ -71,6 +72,7 @@
r.ORG_TYPE AS orgType
FROM gov_staff_role r
WHERE r.CUSTOMER_ID = #{customerId}
<select id="getDTOById" resultType="com.epmet.dto.result.GovStaffRoleResultDTO">