瀏覽代碼

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}