@@ -13,5 +13,6 @@
where r1.role_id=r2.role_id
and r1.name =#{roleName}
)
+ and enabled = 1
</select>
</mapper>