Browse Source

视频按传播效率倒序排序

wangyunpeng 2 months ago
parent
commit
0446144566

+ 1 - 1
api-module/src/main/resources/mapper/contentplatform/ext/ContentPlatformPlanMapperExt.xml

@@ -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>