@@ -54,7 +54,7 @@
ORDER BY ${page.orderBy}
</when>
<otherwise>
- ORDER BY a.update_date DESC
+ ORDER BY a.before_cumulative_completion_money*1 asc, a.update_date DESC
</otherwise>
</choose>
</select>