Joburgess 5 年之前
父节点
当前提交
938cf78811
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/VipGroupMapper.xml

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

@@ -155,7 +155,7 @@
     <sql id="vipGroupQueryCondition">
     <sql id="vipGroupQueryCondition">
         <where>
         <where>
             1=1
             1=1
-            AND vg.audit_status_!='REJECT'
+            AND vg.audit_status_='PASS'
             <if test="search!=null and search!=''">
             <if test="search!=null and search!=''">
                 AND (vg.name_ LIKE CONCAT('%',#{search},'%') OR vg.id_=#{search})
                 AND (vg.name_ LIKE CONCAT('%',#{search},'%') OR vg.id_=#{search})
             </if>
             </if>