Showing
1 changed file
with
1 additions
and
1 deletions
@@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
52 | select | 52 | select |
53 | order_code, end_time, vedio_file_url, storage_id | 53 | order_code, end_time, vedio_file_url, storage_id |
54 | from qiniu_live_record | 54 | from qiniu_live_record |
55 | - where productId = #{product_id, jdbcType=INTEGER} | 55 | + where productId = #{productId, jdbcType=INTEGER} |
56 | and show_flag = 1 and status = 1 order by id DESC | 56 | and show_flag = 1 and status = 1 order by id DESC |
57 | </select> | 57 | </select> |
58 | </mapper> | 58 | </mapper> |
-
Please register or login to post a comment