Kaynağa Gözat

修改product

zhouyy 2 ay önce
ebeveyn
işleme
e02d5f4e75

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