소스 검색

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}