|
@@ -73,7 +73,7 @@ |
|
@@ -73,7 +73,7 @@ |
73
|
order_code, end_time, vedio_file_url, storage_id, status, video_url
|
73
|
order_code, end_time, vedio_file_url, storage_id, status, video_url
|
74
|
from qiniu_live_record
|
74
|
from qiniu_live_record
|
75
|
where product_id = #{productId, jdbcType=INTEGER}
|
75
|
where product_id = #{productId, jdbcType=INTEGER}
|
76
|
- and show_flag = 1 and status = 1 order by id DESC limit 10
|
76
|
+ and show_flag = 1 and status = 1 order by id DESC limit 20
|
77
|
</select>
|
77
|
</select>
|
78
|
|
78
|
|
79
|
<select id="selectByProductIdEx" resultMap="BaseResultMap">
|
79
|
<select id="selectByProductIdEx" resultMap="BaseResultMap">
|
|
@@ -81,6 +81,6 @@ |
|
@@ -81,6 +81,6 @@ |
81
|
order_code, end_time, vedio_file_url, storage_id, status, video_url
|
81
|
order_code, end_time, vedio_file_url, storage_id, status, video_url
|
82
|
from qiniu_live_record
|
82
|
from qiniu_live_record
|
83
|
where product_id = #{productId, jdbcType=INTEGER}
|
83
|
where product_id = #{productId, jdbcType=INTEGER}
|
84
|
- and show_flag = 1 order by id DESC limit 10
|
84
|
+ and show_flag = 1 order by id DESC limit 20
|
85
|
</select>
|
85
|
</select>
|
86
|
</mapper> |
86
|
</mapper> |