@ -23,6 +23,8 @@
on (rs.SCOPE_KEY = os.SCOPE_KEY)
where rs.ROLE_ID = #{roleId}
and rs.OPERATION_KEY = #{operationKey}
and rs.DEL_FLAG = '0'
and os.DEL_FLAG = '0'
</select>
@ -27,6 +27,8 @@
INNER JOIN operation o ON ( ro.OPERATION_KEY = o.OPERATION_KEY )
WHERE
ro.ROLE_ID = #{roleId}
and ro.DEL_FLAG = '0'
and o.DEL_FLAG = '0'
@ -28,6 +28,7 @@
sr.STAFF_ID = #{staffId}
AND sr.ORG_ID = #{orgId}
AND sr.DEL_FLAG = '0'
AND r.DEL_FLAG = '0'
<select id="selectGovStaffRoleList" resultType="com.epmet.dto.GovStaffRoleDTO" parameterType="com.epmet.dto.GovStaffRoleDTO">
select
@ -34,6 +34,8 @@
r.ROLE_KEY = #{roleKey}