@@ -35,7 +35,7 @@
select bip.*
from business_item_product bip
left join product p on bip.product_id = p.id
- where bip.business_id = #{busOppId}
+ where bip.product_id = #{busOppId}
and p.is_delete = 0
</select>