浏览代码

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

Joburgess 4 年之前
父节点
当前提交
d152fc3a73
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

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

@@ -641,6 +641,6 @@
             <foreach collection="studentIds" item="studentId" open="(" close=")" separator=",">
                 #{studentId}
             </foreach>
-            AND sub.id__ IS NOT NULL
+            AND sub.id_ IS NOT NULL
     </select>
 </mapper>