Procházet zdrojové kódy

update VideoPostMapper.xml findAdminVideoByPage

reghao před 3 měsíci
rodič
revize
86e45d3854

+ 1 - 1
content/content-service/src/main/resources/mapper/vod/VideoPostMapper.xml

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