@@ -65,7 +65,7 @@
FROM report AS a
JOIN user AS b ON a.creator_id=b.id
WHERE a.state = #{state} AND b.company_id=#{companyId}
- ORDER BY a.id DESC
+ ORDER BY a.create_date DESC
</select>
</mapper>