Преглед на файлове

视频按传播效率倒序排序

wangyunpeng преди 6 месеца
родител
ревизия
0446144566
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      api-module/src/main/resources/mapper/contentplatform/ext/ContentPlatformPlanMapperExt.xml

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