@ -4,7 +4,7 @@
<mapper namespace="com.epmet.dao.OperRoleMenuDao">
<select id="getMenuIdList" resultType="java.lang.String">
select menu_id from oper_role_menu where role_id = #{value}
select menu_id from oper_role_menu where del_flag = 0 AND role_id = #{value}
</select>
<update id="deleteByRoleIds">