Authored by mali

详情页支持视频

... ... @@ -53,6 +53,6 @@
order_code, end_time, vedio_file_url, storage_id
from qiniu_live_record
where product_id = #{productId, jdbcType=INTEGER}
and show_flag = 1 and status = 1 order by id DESC
and show_flag = 1 and status = 1 order by id DESC limit 10
</select>
</mapper>
\ No newline at end of file
... ...