@@ -78,7 +78,7 @@
</when>
</choose>
AND a.month = #{month}
- ORDER BY score DESC
+ ORDER BY score DESC, id ASC
</select>