소스 검색

feat: 商品进销存

Joburgess 4 년 전
부모
커밋
31b3c38e20
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      mec-biz/src/main/resources/config/mybatis/GoodsMapper.xml

+ 0 - 1
mec-biz/src/main/resources/config/mybatis/GoodsMapper.xml

@@ -301,7 +301,6 @@
     <select id="findGoodsBySubId" resultMap="Goods">
         SELECT g.* FROM subject_goods_mapper sgm
         LEFT JOIN goods g ON sgm.goods_category_id_ = g.goods_category_id_
-        LEFT JOIN goods_procurement gp ON  g.id_=gp.goods_id_
         WHERE sgm.subject_id_ = #{subjectId} AND g.type_ = #{type} and g.status_ != 0
     </select>