@@ -34,7 +34,7 @@
AND reportNo like concat('%',#{query.reportNo},'%')
</if>
</where>
- ORDER BY reportDate DESC
+ ORDER BY reportDate DESC ,CAST(SUBSTRING_INDEX(reportNo, '-', -1) AS UNSIGNED) DESC
</select>
<select id="selectViewPdfList" resultType="java.lang.String">
select