@@ -148,8 +148,6 @@
WHERE video_url is not null
and product_id = #{productId}
and trade_name = #{tradeName}
- and start_month >= #{startMonth}
- and end_month <= #{endMonth}
ORDER BY t1.create_time desc
</select>