@ -32,6 +32,7 @@
WHERE iah.DEL_FLAG = '0'
AND ia.DEL_FLAG = '0'
AND ia.ISSUE_ID = #{issueId}
ORDER BY iah.CREATED_TIME DESC
</select>
</mapper>