@@ -41,5 +41,6 @@
AND sm.software_id = #{softwareId}
</if>
AND r.creator = #{creator}
+ AND r.remark != 'ManagementRole'
</select>
</mapper>