he2802 3 年之前
父节点
当前提交
2c18108c6f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeMapper.xml

@@ -648,6 +648,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         LEFT JOIN goods g ON cgg.goods_id = g.goods_id
         WHERE
         1 = 1
+        and cg.`status` != -1
         <if test="businessId != null">
             AND g.business_id = #{businessId}
         </if>