소스 검색

修改product

zhouyy 4 달 전
부모
커밋
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>