Explorar o código

feat:服务指标调整

Joburgess %!s(int64=4) %!d(string=hai) anos
pai
achega
5c2647e2b4

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