@@ -35,6 +35,8 @@
and cr.user_code = #{param.userCode}
</if>
</where>
+ order by
+ cr.create_time desc
</select>
</mapper>