فهرست منبع

网管课列表筛选修改

zouxuan 5 سال پیش
والد
کامیت
3d14d3129c
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

@@ -282,9 +282,6 @@
             <if test="type != null and type == 0">
                 AND pg.be_renew_group_id_ IS NOT NULL AND pg.type_='CHARGE'
             </if>
-            <if test="type != null and type == 2">
-                AND pg.type_='FREE'
-            </if>
             <if test="practiceGroupType != null">
                 AND pg.type_=#{practiceGroupType, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
             </if>