瀏覽代碼

fix mergr

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

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

@@ -688,7 +688,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         class_grade cg  LEFT JOIN class_grade_goods cgg ON cg.grade_id = cgg.grade_id
         LEFT JOIN goods g ON cgg.goods_id = g.goods_id
         WHERE
-        1 = 1
+        cg.status !=-1
         <if test="interfaceAccountId != null and interfaceAccountId== 1">
             AND cg.interface_account_id > 0
         </if>