@ -89,7 +89,7 @@
<if test='null != detailed and "" != detailed'>
AND r.DETAILED LIKE concat( '%', #{detailed}, '%' )
</if>
order by ie.CREATED_TIME desc
order by ie.CREATED_TIME desc,ie.id desc
</select>
<select id="selectForUniqueName" parameterType="map" resultType="com.epmet.entity.IcEnterpriseEntity">