Преглед на файлове

feat:教师端课外训练搜索条件

Joburgess преди 4 години
родител
ревизия
5b49c7e624
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      mec-biz/src/main/resources/config/mybatis/ClassGroupStudentMapperMapper.xml

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

@@ -664,6 +664,7 @@
         WHERE
             cg.del_flag_ = 0
             AND cg.lock_flag_ =0
+            AND cgsm.status_='NORMAL'
             AND cgsm.user_id_ IN
             <foreach collection="studentIds" item="studentId" open="(" close=")" separator=",">
                 #{studentId}