@@ -96,7 +96,7 @@
<if test="param.category!= null and param.category!= ''">
and category = #{param.category}
</if>
- order by video_id
+ order by score desc
limit #{offset}, #{pageSize}
</select>