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