فهرست منبع

Merge branch 'feature/0529-live' of http://git.dayaedu.com/yonge/mec into master_saas

zouxuan 2 سال پیش
والد
کامیت
27c6f5940d
1فایلهای تغییر یافته به همراه1 افزوده شده و 6 حذف شده
  1. 1 6
      mec-biz/src/main/resources/config/mybatis/ClassGroupMapper.xml

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

@@ -1562,12 +1562,7 @@
                 AND type_ = #{type,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
             </if>
             <if test="organIds != null and organIds != ''">
-                <if test="groupType == 'LIVE'">
-                    AND INTE_ARRAY(mg.organ_id_list_,#{organIds})
-                </if>
-                <if test="groupType != 'LIVE'">
-                   AND FIND_IN_SET(mg.organ_id_,#{organIds})
-                </if>
+                AND FIND_IN_SET(mg.organ_id_,#{organIds})
             </if>
             <if test="educationUserId != null">
                 AND mg.educational_teacher_id_ = #{educationUserId}