@@ -1599,7 +1599,7 @@
</foreach>
</if>
<if test="ex.orderBy == null or ex.orderBy ==''">
- ORDER BY a.create_time DESC
+ ORDER BY a.apply_time DESC
${ex.orderBy}
</select>