@ -5,13 +5,13 @@
<select id="selectByIcEventId" parameterType="map" resultType="com.epmet.dto.IcEventAttachmentDTO">
SELECT
rea.attachment_url
rea.attachment_type
rea.attachment_url,
rea.attachment_type,
rea.duration
from ic_event_attachment rea
where rea.del_flag = '0'
and rea.ic_event_id = #{icEventId}
order by attachment_type asc, rea.sort asc
order by rea.attachment_type asc, rea.sort asc
</select>
</mapper>