Browse Source

体验人数,直接查student表

周箭河 5 years ago
parent
commit
a8f1f8f4ca
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>