Showing
1 changed file
with
2 additions
and
2 deletions
@@ -70,7 +70,7 @@ | @@ -70,7 +70,7 @@ | ||
70 | 70 | ||
71 | <select id="selectByProductId" resultMap="BaseResultMap"> | 71 | <select id="selectByProductId" resultMap="BaseResultMap"> |
72 | select | 72 | select |
73 | - order_code, end_time, vedio_file_url, storage_id | 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 10 |
@@ -78,7 +78,7 @@ | @@ -78,7 +78,7 @@ | ||
78 | 78 | ||
79 | <select id="selectByProductIdEx" resultMap="BaseResultMap"> | 79 | <select id="selectByProductIdEx" resultMap="BaseResultMap"> |
80 | select | 80 | select |
81 | - order_code, end_time, vedio_file_url, storage_id | 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 10 |
-
Please register or login to post a comment