zhouyy преди 2 месеца
родител
ревизия
e02d5f4e75
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/management-crm/src/main/resources/mapper/BusinessItemProductMapper.xml

+ 1 - 1
fhKeeper/formulahousekeeper/management-crm/src/main/resources/mapper/BusinessItemProductMapper.xml

@@ -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>