소스 검색

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!=''">