...
|
...
|
@@ -73,7 +73,7 @@ |
|
|
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
|
|
|
and show_flag = 1 and status = 1 order by id DESC limit 20
|
|
|
</select>
|
|
|
|
|
|
<select id="selectByProductIdEx" resultMap="BaseResultMap">
|
...
|
...
|
@@ -81,6 +81,6 @@ |
|
|
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
|
|
|
and show_flag = 1 order by id DESC limit 20
|
|
|
</select>
|
|
|
</mapper> |
|
|
\ No newline at end of file |
...
|
...
|
|