yinzuomei 3 years ago
parent
commit
32518f0f1c
  1. 6
      epmet-module/gov-project/gov-project-server/src/main/resources/mapper/IcEventAttachmentDao.xml

6
epmet-module/gov-project/gov-project-server/src/main/resources/mapper/IcEventAttachmentDao.xml

@ -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>
Loading…
Cancel
Save