@@ -23,6 +23,7 @@
AND t.APPLY_TYPE = #{params.applyType,jdbcType=INTEGER}
</if>
</where>
+ ORDER BY t.APPLY_DATE DESC
</select>
</mapper>