yonge 5 年之前
父節點
當前提交
80828529c0
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      mec-biz/src/main/resources/config/mybatis/PracticeGroupMapper.xml

+ 0 - 3
mec-biz/src/main/resources/config/mybatis/PracticeGroupMapper.xml

@@ -272,9 +272,6 @@
             <if test="groupStatus != null and groupStatus != ''">
                 AND pg.group_status_ = #{groupStatus}
             </if>
-            <if test="groupStatus == null or groupStatus == ''">
-                AND pg.group_status_ IN ('NORMAL', 'FINISH')
-            </if>
             <if test="organId != null">
                 AND FIND_IN_SET(pg.organ_id_,#{organId})
             </if>