Selaa lähdekoodia

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

zouxuan 5 vuotta sitten
vanhempi
commit
ec621353b6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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>