yonge 5 years ago
parent
commit
80828529c0
1 changed files with 0 additions and 3 deletions
  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>