insert into authority(id,roleId,menuId) values(null,#{roleId},#{menuId}) delete from authority where roleId = #{roleId}