浏览代码

feat:服务指标调整

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

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

@@ -620,7 +620,7 @@
             LEFT JOIN class_group_teacher_mapper cgtm ON cgsm.class_group_id_ = cgtm.class_group_id_
         WHERE
         ( cg.del_flag_ IS NULL OR cg.del_flag_ = 0 )
-        AND cg.type_ IN ( 'NORMAL', 'HIGH' )
+        AND cg.type_ IN ( 'NORMAL')
         AND cgtm.teacher_role_ = 'BISHOP'
         AND cgsm.status_='NORMAL'
         <if test="musicGroupId!=null and musicGroupId!=''">