@@ -225,7 +225,7 @@
and match(title) against(#{videoQuery.title})
</if>
</where>
- order by #{videoQuery.orderBy} #{videoQuery.orderDirection}
+ order by publish_at desc
</select>
<resultMap id="videoPostCard" type="cn.reghao.tnb.content.api.dto.VideoPostCard">