Browse Source

Merge branch 'master' of http://git.dayaedu.com/yonge/mec

zouxuan 5 years ago
parent
commit
ec621353b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

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

@@ -266,6 +266,7 @@
         select teacher_id_ 'key', count(*) 'value'
         FROM student
         WHERE FIND_IN_SET(teacher_id_, #{teacherIds})
+          AND operating_tag_ = 1
         GROUP BY teacher_id_
     </select>