@@ -1103,6 +1103,7 @@
where
a.media_id in (2,4)
and user_id = #{userId}
+ order by create_time desc
<if test="yn==1">
limit 50
</if>