Authored by mali

鉴定视频优化

... ... @@ -70,7 +70,7 @@
<select id="selectByProductId" resultMap="BaseResultMap">
select
order_code, end_time, vedio_file_url, storage_id
order_code, end_time, vedio_file_url, storage_id, status, video_url
from qiniu_live_record
where product_id = #{productId, jdbcType=INTEGER}
and show_flag = 1 and status = 1 order by id DESC limit 10
... ... @@ -78,7 +78,7 @@
<select id="selectByProductIdEx" resultMap="BaseResultMap">
select
order_code, end_time, vedio_file_url, storage_id
order_code, end_time, vedio_file_url, storage_id, status, video_url
from qiniu_live_record
where product_id = #{productId, jdbcType=INTEGER}
and show_flag = 1 order by id DESC limit 10
... ...