he2802 2 年之前
父節點
當前提交
d8649597d4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/goods/GoodsMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/goods/GoodsMapper.xml

@@ -425,6 +425,7 @@
         WHERE
         1 = 1
         AND g.goods_type != 5
+        AND g.first_choice_goods = 0
         <if test="status != null and status.size()!=0 ">
             AND g.status in
             <foreach collection="status" item="item" index="index" open="(" close=")" separator=",">