he2802 2 gadi atpakaļ
vecāks
revīzija
d8649597d4

+ 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=",">