@ -19,7 +19,7 @@
AND m.ORG_ID =#{agencyId}
AND m.MONTH_ID <= #{endMonthId}
ORDER BY
m.MONTH_ID ASC
m.MONTH_ID DESC
LIMIT 12
</select>
</mapper>